Doxygen
|
#include <vector>
#include <memory>
#include <string>
#include "parserintf.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <ctype.h>
#include "types.h"
#include "entry.h"
#include "vhdldocgen.h"
#include "config.h"
#include "util.h"
类 | |
class | VHDLOutlineParser |
VHDL parser using state-based lexical scanning. 更多... | |
枚举 | |
enum | { GEN_SEC =0x1, PARAM_SEC, CONTEXT_SEC, PROTECTED_SEC } |
函数 | |
const EntryList & | getVhdlInstList () |
QCString | filter2008VhdlComment (const char *s) |
anonymous enum |
QCString filter2008VhdlComment | ( | const char * | s | ) |
在文件 vhdljjparser.cpp 第 862 行定义.
引用了 GrowBuf::addChar(), GrowBuf::at(), GrowBuf::get(), GrowBuf::getPos() , 以及 GrowBuf::setPos().
const EntryList& getVhdlInstList | ( | ) |
在文件 vhdljjparser.cpp 第 839 行定义.
引用了 g_instFiles.