Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h282 struct IncludeStackInfo { struct
290 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P, in IncludeStackInfo() argument
296 std::vector<IncludeStackInfo> IncludeMacroStack;
1267 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind, in PushIncludeMacroStack()
1401 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPPLexerChange.cpp57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1]; in getCurrentFileLexer()
537 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1); in HandleMicrosoftCommentPaste()
HDPPMacroExpansion.cpp187 IncludeStackInfo &Entry = IncludeMacroStack[i-1]; in isNextPPTokenLParen()
HDPPDirectives.cpp669 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; in LookupFile()