Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h326 struct IncludeStackInfo { struct
337 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument
349 IncludeStackInfo(IncludeStackInfo &&RHS) in IncludeStackInfo() argument
358 std::vector<IncludeStackInfo> IncludeMacroStack;
1836 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()
/external/clang/lib/Lex/
DPPLexerChange.cpp58 const IncludeStackInfo& ISI = IncludeMacroStack[i-1]; in getCurrentFileLexer()
570 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1); in HandleMicrosoftCommentPaste()
DPPDirectives.cpp789 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1]; in LookupFile()
853 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; in LookupFile()
DPPMacroExpansion.cpp394 IncludeStackInfo &Entry = IncludeMacroStack[i-1]; in isNextPPTokenLParen()