Searched refs:PrepIncludeStack (Results 1 – 2 of 2) sorted by relevance
54 PrepIncludeStack.push_back( in TGLexer()417 PrepIncludeStack.push_back( in LexInclude()603 if (!PrepIncludeStack.back()->empty()) { in prepExitInclude()610 if (PrepIncludeStack.empty()) { in prepExitInclude()614 PrepIncludeStack.pop_back(); in prepExitInclude()617 if (!PrepIncludeStack.empty()) in prepExitInclude()620 if (PrepIncludeStack.empty()) in prepExitInclude()721 PrepIncludeStack.back()->push_back( in lexPreprocessor()749 if (PrepIncludeStack.back()->empty()) in lexPreprocessor()752 PreprocessorControlDesc IfdefEntry = PrepIncludeStack.back()->back(); in lexPreprocessor()[all …]
220 PrepIncludeStack; variable