Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.cpp54 PrepIncludeStack.push_back( in TGLexer()
413 PrepIncludeStack.push_back( in LexInclude()
603 if (PrepIncludeStack.empty()) { in prepExitInclude()
607 PrepIncludeStack.pop_back(); in prepExitInclude()
610 if (!PrepIncludeStack.empty()) in prepExitInclude()
613 if (PrepIncludeStack.empty()) in prepExitInclude()
714 PrepIncludeStack.back()->push_back( in lexPreprocessor()
754 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
755 PrepIncludeStack.back()->push_back( in lexPreprocessor()
789 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
[all …]
H A DTGLexer.h219 PrepIncludeStack; variable