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