Searched refs:IncludeStackInfo (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h279 struct IncludeStackInfo { struct in class:clang::Preprocessor
287 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P, function in struct:clang::Preprocessor::IncludeStackInfo
293 std::vector<IncludeStackInfo> IncludeMacroStack;
1264 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind,
1392 static bool IsFileLexer(const IncludeStackInfo& I) {
/external/clang/lib/Lex/
H A DPPLexerChange.cpp57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1];
459 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1);
H A DPPMacroExpansion.cpp283 IncludeStackInfo &Entry = IncludeMacroStack[i-1];
H A DPPDirectives.cpp550 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1];

Completed in 112 milliseconds