Searched refs:IncludeStackInfo (Results 1 – 4 of 4) sorted by relevance
42 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()53 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in getCurrentFileLexer()594 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in HandleMicrosoftCommentPaste()
791 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()854 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()
449 for (const IncludeStackInfo &Entry : llvm::reverse(IncludeMacroStack)) { in isNextPPTokenLParen()
537 struct IncludeStackInfo { struct547 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument558 std::vector<IncludeStackInfo> IncludeMacroStack;2204 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()