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