Home
last modified time | relevance | path

Searched refs:IsFileLexer (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Lex/
H A DPPLexerChange.cpp35 if (IsFileLexer()) in isInPrimaryFile()
39 assert(IsFileLexer(IncludeMacroStack[0]) && in isInPrimaryFile()
43 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()
50 if (IsFileLexer()) in getCurrentFileLexer()
55 if (IsFileLexer(ISI)) in getCurrentFileLexer()
H A DPPDirectives.cpp996 if (IsFileLexer(ISEntry)) in LookupFile()
1044 if (IsFileLexer()) { in LookupFile()
1059 if (IsFileLexer(ISEntry)) { in LookupFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h2434 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer() function
2438 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer() function
2439 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer); in IsFileLexer()
2442 bool IsFileLexer() const { in IsFileLexer() function
2443 return IsFileLexer(CurLexer.get(), CurPPLexer); in IsFileLexer()