4 #include "parserintf.h" 16 #include "vhdldocgen.h" 17 #include "qstringlist.h" 19 #include "memberlist.h" 25 enum { GEN_SEC=0x1, PARAM_SEC,CONTEXT_SEC,PROTECTED_SEC } ;
26 void parserVhdlfile(
const char* inputBuffer);
50 bool sameTranslationUnit,
51 QStrList &filesInSameTranslationUnit);
54 const char *scopeName,
58 const char *exampleName=0,
62 bool inlineFragment=FALSE,
64 bool showLineNumbers=TRUE,
66 bool collectXRefs=TRUE
75 VhdlConfNode(
const char* a,
const char* b,
const char* config,
const char* cs,
bool leaf)
80 binding=binding.lower();
97 void vhdlscanFreeScanner();
Definition: qstrlist.h:57
void finishTranslationUnit()
Called after all files in a translation unit have been processed.
Definition: vhdljjparser.h:46
This file contains a number of basic enums and types.
The common base class of all entity definitions found in the sources.
Definition: definition.h:92
void parsePrototype(const char *text)
Callback function called by the comment block scanner.
Definition: vhdljjparser.cpp:407
void resetCodeParserState()
Resets the state of the code parser.
Definition: vhdljjparser.h:69
A model of a class/file/namespace member symbol.
Definition: memberdef.h:43
Represents an unstructured piece of information, about an entity found in the sources.
Definition: entry.h:63
Abstract interface for programming language parsers.
Definition: parserintf.h:38
void parseInput(const char *fileName, const char *fileBuf, Entry *root, bool sameTranslationUnit, QStrList &filesInSameTranslationUnit)
Parses a single input file with the goal to build an Entry tree.
Definition: vhdljjparser.cpp:161
A model of a file symbol.
Definition: filedef.h:64
Store implementation based on a file.
Definition: filestorage.h:28
A sorted dictionary of ClassDef objects.
Definition: classlist.h:56
bool needsPreprocessing(const QCString &)
Returns TRUE if the language identified by extension needs the C preprocessor to be run before feed t...
Definition: vhdljjparser.h:68
SrcLangExt
Language as given by extension.
Definition: types.h:41
void startTranslationUnit(const char *)
Starts processing a translation unit (source files + headers).
Definition: vhdljjparser.h:45
A list of strings.
Definition: qstringlist.h:51
void parseCode(CodeOutputInterface &codeOutIntf, const char *scopeName, const QCString &input, SrcLangExt lang, bool isExampleBlock, const char *exampleName=0, FileDef *fileDef=0, int startLine=-1, int endLine=-1, bool inlineFragment=FALSE, MemberDef *memberDef=0, bool showLineNumbers=TRUE, Definition *searchCtx=0, bool collectXRefs=TRUE)
Parses a source file or fragment with the goal to produce highlighted and cross-referenced output...
Definition: vhdldocgen.cpp:4523
VHDL parser using state-based lexical scanning.
Definition: vhdljjparser.h:41
This is an alternative implementation of QCString.
Definition: qcstring.h:131
Output interface for code parser.
Definition: outputgen.h:59
Definition: vhdljjparser.h:73
A class representing of a compound symbol.
Definition: classdef.h:59