Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
415 PrepIncludeStack.push_back( in LexInclude()
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()
755 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
756 PrepIncludeStack.back()->push_back( in lexPreprocessor()
790 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
[all …]
H A DTGLexer.h218 PrepIncludeStack; variable