Searched refs:IncludeStackInfo (Results 1 – 4 of 4) sorted by relevance
44 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()55 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in getCurrentFileLexer()647 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in HandleMicrosoftCommentPaste()
1007 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()1061 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()
455 for (const IncludeStackInfo &Entry : llvm::reverse(IncludeMacroStack)) { in isNextPPTokenLParen()
784 struct IncludeStackInfo { struct794 IncludeStackInfo(LexerCallback CurLexerCallback, Module *TheSubmodule, in IncludeStackInfo() argument805 std::vector<IncludeStackInfo> IncludeMacroStack;2675 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()