#include <qcstring.h>#include <qfileinfo.h>#include <qstringlist.h>#include "vhdljjparser.h"#include "vhdlcode.h"#include "vhdldocgen.h"#include "message.h"#include "config.h"#include "doxygen.h"#include "util.h"#include "language.h"#include "commentscan.h"#include "index.h"#include "definition.h"#include "searchindex.h"#include "outputlist.h"#include "arguments.h"#include "types.h"#include "VhdlParserIF.h"Go to the source code of this file.
Functions | |
| bool | checkMultiComment (QCString &qcs, int line) |
| QList< Entry > * | getEntryAtLine (const Entry *ce, int line) |
| QList< VhdlConfNode > & | getVhdlConfiguration () |
| QList< Entry > & | getVhdlInstList () |
| Entry * | getVhdlCompound () |
| void | startCodeBlock (int index) |
| void | makeInlineDoc (int endCode) |
| bool | isConstraintFile (const QCString &fileName, const QCString &ext) |
| void | isVhdlDocPending () |
| bool | checkInlineCode (QCString &doc) |
Variables | |
| static ParserInterface * | g_thisParser |
| static QCString | yyFileName |
| static int | yyLineNr = 1 |
| static int * | lineParse |
| static int | iDocLine = -1 |
| static QCString | inputString |
| static Entry * | gBlock = 0 |
| static Entry * | previous = 0 |
| static Entry * | oldEntry |
| static bool | varr =FALSE |
| static QCString | varName |
| static QList< Entry > | instFiles |
| static QList< Entry > | libUse |
| static QList< Entry > | lineEntry |
| static QList< VhdlConfNode > | configL |
| struct { | |
| QCString doc | |
| bool brief | |
| bool pending | |
| int iDocLine | |
| } | str_doc |
| static bool | doxComment =FALSE |
| static QCString | strComment |
| static int | iCodeLen |
Definition at line 281 of file vhdljjparser.cpp.
Definition at line 821 of file vhdljjparser.cpp.
Definition at line 840 of file vhdljjparser.cpp.
| Entry* getVhdlCompound | ( | ) |
Definition at line 95 of file vhdljjparser.cpp.
| QList<VhdlConfNode>& getVhdlConfiguration | ( | ) |
Definition at line 92 of file vhdljjparser.cpp.
Definition at line 93 of file vhdljjparser.cpp.
Definition at line 155 of file vhdljjparser.cpp.
| void isVhdlDocPending | ( | ) |
Definition at line 230 of file vhdljjparser.cpp.
| void makeInlineDoc | ( | int | endCode | ) |
Definition at line 125 of file vhdljjparser.cpp.
| void startCodeBlock | ( | int | index | ) |
Definition at line 102 of file vhdljjparser.cpp.
| bool brief |
Definition at line 78 of file vhdljjparser.cpp.
|
static |
Definition at line 73 of file vhdljjparser.cpp.
| QCString doc |
Definition at line 77 of file vhdljjparser.cpp.
Definition at line 83 of file vhdljjparser.cpp.
|
static |
Definition at line 36 of file vhdljjparser.cpp.
|
static |
Definition at line 43 of file vhdljjparser.cpp.
|
static |
Definition at line 85 of file vhdljjparser.cpp.
|
static |
Definition at line 41 of file vhdljjparser.cpp.
|
static |
Definition at line 42 of file vhdljjparser.cpp.
Definition at line 51 of file vhdljjparser.cpp.
Definition at line 52 of file vhdljjparser.cpp.
Definition at line 53 of file vhdljjparser.cpp.
|
static |
Definition at line 40 of file vhdljjparser.cpp.
|
static |
Definition at line 47 of file vhdljjparser.cpp.
| bool pending |
Definition at line 79 of file vhdljjparser.cpp.
|
static |
Definition at line 44 of file vhdljjparser.cpp.
| struct { ... } str_doc |
|
static |
Definition at line 84 of file vhdljjparser.cpp.
|
static |
Definition at line 49 of file vhdljjparser.cpp.
Definition at line 48 of file vhdljjparser.cpp.
|
static |
Definition at line 38 of file vhdljjparser.cpp.
|
static |
Definition at line 39 of file vhdljjparser.cpp.
1.8.11