Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp53 PrepIncludeStack.push_back( in TGLexer()
395 PrepIncludeStack.push_back( in LexInclude()
582 if (PrepIncludeStack.empty()) { in prepExitInclude()
586 PrepIncludeStack.pop_back(); in prepExitInclude()
589 if (!PrepIncludeStack.empty()) in prepExitInclude()
592 if (PrepIncludeStack.empty()) in prepExitInclude()
686 PrepIncludeStack.back()->push_back( in lexPreprocessor()
726 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
727 PrepIncludeStack.back()->push_back( in lexPreprocessor()
761 PrepIncludeStack.back()->pop_back(); in lexPreprocessor()
[all …]
H A DTGLexer.h211 PrepIncludeStack; variable