Searched refs:PrepIncludeStack (Results 1 – 2 of 2) sorted by relevance
53 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 …]
211 PrepIncludeStack; variable