My Project
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
vhdlcode.h
Go to the documentation of this file.
1
#ifndef VHDLCODE_H
2
#define VHDLCODE_H
3
4
class
CodeOutputInterface
;
5
class
FileDef
;
6
class
MemberDef
;
7
8
void
parseVhdlCode
(
CodeOutputInterface
&,
const
char
*,
const
QCString &,
9
bool
,
const
char
*,
FileDef
*fd,
10
int
startLine,
int
endLine,
bool
inlineFragment,
11
MemberDef
*memberDef,
bool
showLineNumbers,
Definition
*searchCtx,
12
bool
collectXRefs);
13
void
resetVhdlCodeParserState
();
14
void
codeFreeVhdlScanner
();
15
16
#endif