Searched refs:ActiveMacros (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp145 std::vector<MacroInstantiation*> ActiveMacros; member in class:__anon2011::AsmParser
304 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
799 assert((HadError || ActiveMacros.empty()) &&
812 it = ActiveMacros.rbegin(),
813 ie = ActiveMacros.rend();
2338 if (ActiveMacros.empty())
2341 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
2342 ActiveMacros.front()->ExitBuffer);
2861 if (ActiveMacros.size() == MaxNestingDepth) {
2894 ActiveMacros
[all...]
H A DMasmParser.cpp404 std::vector<MacroInstantiation*> ActiveMacros; member in class:__anon2019::MasmParser
554 bool isInsideMacroInstantiation() {return !ActiveMacros.empty();}
1049 assert((HadError || ActiveMacros.empty()) &&
1060 it = ActiveMacros.rbegin(),
1061 ie = ActiveMacros.rend();
2587 if (ActiveMacros.empty())
2590 Line = SrcMgr.FindLineNumber(ActiveMacros.front()->InstantiationLoc,
2591 ActiveMacros.front()->ExitBuffer);
3112 if (ActiveMacros.size() == MaxNestingDepth) {
3145 ActiveMacros
[all...]

Completed in 108 milliseconds