|
Doxygen
|
#include <string>#include "dstring.h"#include "containers.h"#include "vhdljjparser.h"#include "vhdldocgen.h"#include "message.h"#include "config.h"#include "doxygen.h"#include "util.h"#include "stringutil.h"#include "language.h"#include "commentscan.h"#include "definition.h"#include "searchindex.h"#include "outputlist.h"#include "arguments.h"#include "types.h"#include "markdown.h"#include "VhdlParserTokenManager.h"#include "VhdlParserErrorHandler.hpp"#include "regex.h"Go to the source code of this file.
Classes | |
| struct | VHDLDocInfo |
| struct | VHDLOutlineParser::Private |
Functions | |
| static bool | isConstraintFile (const DString &fileName, const DString &ext) |
| const EntryList & | getVhdlInstList () |
| DString | filter2008VhdlComment (const DString &s) |
Variables | |
| static EntryList | g_instFiles |
| static int | idCounter |
Definition at line 862 of file vhdljjparser.cpp.
References DString::data(), filter2008VhdlComment(), DString::length(), DString::reserve(), and DString::resize().
Referenced by filter2008VhdlComment().
| const EntryList & getVhdlInstList | ( | ) |
Definition at line 839 of file vhdljjparser.cpp.
References g_instFiles, and getVhdlInstList().
Referenced by VhdlDocGen::computeVhdlComponentRelations(), and getVhdlInstList().
Definition at line 47 of file vhdljjparser.cpp.
References isConstraintFile(), DString::length(), and DString::right().
Referenced by isConstraintFile(), and VHDLOutlineParser::parseInput().
|
static |
Definition at line 55 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::addCompInst(), and getVhdlInstList().
|
static |
Definition at line 245 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::getNameID().