Searched refs:IncludeStackInfo (Results 1 – 4 of 4) sorted by relevance
43 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()54 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in getCurrentFileLexer()632 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in HandleMicrosoftCommentPaste()
995 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()1058 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()
452 for (const IncludeStackInfo &Entry : llvm::reverse(IncludeMacroStack)) { in isNextPPTokenLParen()
634 struct IncludeStackInfo { struct644 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument655 std::vector<IncludeStackInfo> IncludeMacroStack;2438 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()