Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
418 PrepIncludeStack.push_back( in LexInclude()
625 if (PrepIncludeStack.empty()) { in prepExitInclude()
629 PrepIncludeStack.pop_back(); in prepExitInclude()
632 if (!PrepIncludeStack.empty()) in prepExitInclude()
635 if (PrepIncludeStack.empty()) in prepExitInclude()
735 PrepIncludeStack.back()->push_back( in lexPreprocessor()
775 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
776 PrepIncludeStack.back()->push_back( in lexPreprocessor()
810 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
[all …]
H A DTGLexer.h326 PrepIncludeStack; variable