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()
419 PrepIncludeStack.push_back( in LexInclude()
619 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()
626 if (PrepIncludeStack.empty()) { in prepExitInclude()
630 PrepIncludeStack.pop_back(); in prepExitInclude()
633 if (!PrepIncludeStack.empty()) in prepExitInclude()
636 if (PrepIncludeStack.empty()) in prepExitInclude()
736 PrepIncludeStack.back()->push_back( in lexPreprocessor()
764 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()
767 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()
[all …]
H A DTGLexer.h327 PrepIncludeStack; variable