Searched refs:PrepIncludeStack (Results 1 – 2 of 2) sorted by relevance
54 PrepIncludeStack.push_back( in TGLexer()415 PrepIncludeStack.push_back( in LexInclude()597 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()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()743 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()746 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()[all …]
218 PrepIncludeStack; variable