Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Lex/
H A DPPLexerChange.cpp36 if (IsFileLexer()) in isInPrimaryFile()
40 assert(IsFileLexer(IncludeMacroStack[0]) && in isInPrimaryFile()
44 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()
51 if (IsFileLexer()) in getCurrentFileLexer()
56 if (IsFileLexer(ISI)) in getCurrentFileLexer()
H A DPPDirectives.cpp983 if (IsFileLexer(ISEntry)) in LookupFile()
1031 if (IsFileLexer()) { in LookupFile()
1046 if (IsFileLexer(ISEntry)) { in LookupFile()
/openbsd/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h2607 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer() function
2611 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer() function
2612 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer); in IsFileLexer()
2615 bool IsFileLexer() const { in IsFileLexer() function
2616 return IsFileLexer(CurLexer.get(), CurPPLexer); in IsFileLexer()