Home
last modified time | relevance | path

Searched refs:PrepIncludeStack (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
415 PrepIncludeStack.push_back( in LexInclude()
597 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
604 if (PrepIncludeStack.empty()) { in prepExitInclude()
608 PrepIncludeStack.pop_back(); in prepExitInclude()
611 if (!PrepIncludeStack.empty()) in prepExitInclude()
614 if (PrepIncludeStack.empty()) in prepExitInclude()
715 PrepIncludeStack.back()->push_back( in lexPreprocessor()
743 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()
746 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
[all …]
H A DTGLexer.h218 PrepIncludeStack; variable