Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
417 PrepIncludeStack.push_back( in LexInclude()
610 if (PrepIncludeStack.empty()) { in prepExitInclude()
614 PrepIncludeStack.pop_back(); in prepExitInclude()
617 if (!PrepIncludeStack.empty()) in prepExitInclude()
620 if (PrepIncludeStack.empty()) in prepExitInclude()
721 PrepIncludeStack.back()->push_back( in lexPreprocessor()
761 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
762 PrepIncludeStack.back()->push_back( in lexPreprocessor()
796 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
[all …]
H A DTGLexer.h220 PrepIncludeStack; variable