Doxygen
|
#include <string>
#include "qcstring.h"
#include "containers.h"
#include "vhdljjparser.h"
#include "vhdldocgen.h"
#include "message.h"
#include "config.h"
#include "doxygen.h"
#include "util.h"
#include "language.h"
#include "commentscan.h"
#include "definition.h"
#include "searchindex.h"
#include "outputlist.h"
#include "arguments.h"
#include "types.h"
#include "growbuf.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 QCString &fileName, const QCString &ext) |
const EntryList & | getVhdlInstList () |
QCString | filter2008VhdlComment (const QCString &s) |
Variables | |
static EntryList | g_instFiles |
static int | idCounter |
Definition at line 868 of file vhdljjparser.cpp.
References GrowBuf::addChar(), GrowBuf::at(), QCString::data(), GrowBuf::get(), GrowBuf::getPos(), QCString::length(), and GrowBuf::setPos().
const EntryList & getVhdlInstList | ( | ) |
Definition at line 845 of file vhdljjparser.cpp.
References g_instFiles.
Referenced by VhdlDocGen::computeVhdlComponentRelations().
Definition at line 47 of file vhdljjparser.cpp.
References QCString::length(), and QCString::right().
Referenced by VHDLOutlineParser::parseInput().
|
static |
Definition at line 55 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::addCompInst(), and getVhdlInstList().
|
static |
Definition at line 246 of file vhdljjparser.cpp.
Referenced by VHDLOutlineParser::getNameID().