Searched refs:PrepIncludeStack (Results 1 – 2 of 2) sorted by relevance
54 PrepIncludeStack.push_back( in TGLexer()419 PrepIncludeStack.push_back( in LexInclude()619 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()626 if (PrepIncludeStack.empty()) { in prepExitInclude()630 PrepIncludeStack.pop_back(); in prepExitInclude()633 if (!PrepIncludeStack.empty()) in prepExitInclude()636 if (PrepIncludeStack.empty()) in prepExitInclude()736 PrepIncludeStack.back()->push_back( in lexPreprocessor()764 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()767 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()[all …]
327 PrepIncludeStack; variable