Searched defs:IncludeMacroStack (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h276 /// IncludeMacroStack - This keeps track of the stack of files currently
293 std::vector<IncludeStackInfo> IncludeMacroStack; member in class:clang::Preprocessor
1269 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind,
1279 CurLexer.reset(IncludeMacroStack.back().TheLexer);
1280 CurPTHLexer.reset(IncludeMacroStack.back().ThePTHLexer);
1281 CurPPLexer = IncludeMacroStack.back().ThePPLexer;
1282 CurTokenLexer.reset(IncludeMacroStack.back().TheTokenLexer);
1283 CurDirLookup = IncludeMacroStack.back().TheDirLookup;
1284 CurLexerKind = IncludeMacroStack.back().CurLexerKind;
1285 IncludeMacroStack
[all...]

Completed in 144 milliseconds