Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.cpp53 PrepIncludeStack.push_back( in TGLexer()
391 PrepIncludeStack.push_back( in LexInclude()
576 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
583 if (PrepIncludeStack.empty()) { in prepExitInclude()
587 PrepIncludeStack.pop_back(); in prepExitInclude()
590 if (!PrepIncludeStack.empty()) in prepExitInclude()
593 if (PrepIncludeStack.empty()) in prepExitInclude()
694 PrepIncludeStack.back()->push_back( in lexPreprocessor()
722 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()
725 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
[all …]
DTGLexer.h212 PrepIncludeStack; variable