Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp34 if (IsFileLexer()) in isInPrimaryFile()
38 assert(IsFileLexer(IncludeMacroStack[0]) && in isInPrimaryFile()
42 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()
49 if (IsFileLexer()) in getCurrentFileLexer()
54 if (IsFileLexer(ISI)) in getCurrentFileLexer()
H A DPPDirectives.cpp792 if (IsFileLexer(ISEntry)) in LookupFile()
840 if (IsFileLexer()) { in LookupFile()
855 if (IsFileLexer(ISEntry)) { in LookupFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h2200 static bool IsFileLexer(const Lexer* L, const PreprocessorLexer* P) { in IsFileLexer() function
2204 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer() function
2205 return IsFileLexer(I.TheLexer.get(), I.ThePPLexer); in IsFileLexer()
2208 bool IsFileLexer() const { in IsFileLexer() function
2209 return IsFileLexer(CurLexer.get(), CurPPLexer); in IsFileLexer()