Doxygen
|
#include <vhdlparser/VhdlParser.h>
Public Attributes | |
std::shared_ptr< Entry > | current_root |
std::shared_ptr< Entry > | tempEntry |
std::shared_ptr< Entry > | lastEntity |
std::shared_ptr< Entry > | lastCompound |
std::shared_ptr< Entry > | current |
QCString | compSpec |
QCString | currName |
int | levelCounter = 0 |
QCString | confName |
QCString | genLabels |
QCString | lab |
VhdlSection | param_sec = VhdlSection::UNKNOWN |
VhdlSection | parse_sec = VhdlSection::UNKNOWN |
VhdlSpecifier | currP = VhdlSpecifier::UNKNOWN |
bool | interf_sec |
bool | generic_sec |
Definition at line 11174 of file VhdlParser.h.
QCString vhdl::parser::VhdlParser::SharedState::compSpec |
Definition at line 11181 of file VhdlParser.h.
QCString vhdl::parser::VhdlParser::SharedState::confName |
Definition at line 11184 of file VhdlParser.h.
std::shared_ptr<Entry> vhdl::parser::VhdlParser::SharedState::current |
Definition at line 11180 of file VhdlParser.h.
Referenced by VHDLOutlineParser::addCompInst(), VHDLOutlineParser::addProto(), VHDLOutlineParser::addVhdlType(), VHDLOutlineParser::createFunction(), VHDLOutlineParser::handleCommentBlock(), VHDLOutlineParser::newEntry(), and VHDLOutlineParser::parseInput().
std::shared_ptr<Entry> vhdl::parser::VhdlParser::SharedState::current_root |
Definition at line 11176 of file VhdlParser.h.
Referenced by VHDLOutlineParser::checkInlineCode(), VHDLOutlineParser::checkMultiComment(), VHDLOutlineParser::newEntry(), and VHDLOutlineParser::parseInput().
QCString vhdl::parser::VhdlParser::SharedState::currName |
Definition at line 11182 of file VhdlParser.h.
VhdlSpecifier vhdl::parser::VhdlParser::SharedState::currP = VhdlSpecifier::UNKNOWN |
Definition at line 11189 of file VhdlParser.h.
Referenced by VHDLOutlineParser::createFlow(), VHDLOutlineParser::createFunction(), and VHDLOutlineParser::isFuncProcProced().
bool vhdl::parser::VhdlParser::SharedState::generic_sec |
Definition at line 11191 of file VhdlParser.h.
QCString vhdl::parser::VhdlParser::SharedState::genLabels |
Definition at line 11185 of file VhdlParser.h.
Referenced by VHDLOutlineParser::addCompInst().
bool vhdl::parser::VhdlParser::SharedState::interf_sec |
Definition at line 11190 of file VhdlParser.h.
QCString vhdl::parser::VhdlParser::SharedState::lab |
Definition at line 11186 of file VhdlParser.h.
std::shared_ptr<Entry> vhdl::parser::VhdlParser::SharedState::lastCompound |
Definition at line 11179 of file VhdlParser.h.
Referenced by VHDLOutlineParser::addCompInst(), VHDLOutlineParser::addVhdlType(), VHDLOutlineParser::checkInlineCode(), VHDLOutlineParser::newEntry(), and VHDLOutlineParser::parseInput().
std::shared_ptr<Entry> vhdl::parser::VhdlParser::SharedState::lastEntity |
Definition at line 11178 of file VhdlParser.h.
Referenced by VHDLOutlineParser::checkInlineCode(), VHDLOutlineParser::newEntry(), and VHDLOutlineParser::parseInput().
int vhdl::parser::VhdlParser::SharedState::levelCounter = 0 |
Definition at line 11183 of file VhdlParser.h.
VhdlSection vhdl::parser::VhdlParser::SharedState::param_sec = VhdlSection::UNKNOWN |
Definition at line 11187 of file VhdlParser.h.
Referenced by VHDLOutlineParser::addProto().
VhdlSection vhdl::parser::VhdlParser::SharedState::parse_sec = VhdlSection::UNKNOWN |
Definition at line 11188 of file VhdlParser.h.
Referenced by VHDLOutlineParser::addProto(), VHDLOutlineParser::addVhdlType(), and VHDLOutlineParser::createFunction().
std::shared_ptr<Entry> vhdl::parser::VhdlParser::SharedState::tempEntry |
Definition at line 11177 of file VhdlParser.h.
Referenced by VHDLOutlineParser::createFlow().