Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp151 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1273 assert(PP.getCurrentLexer() && "#include_next directive in macro?"); in EvaluateHasIncludeNext()
1274 LookupFromFile = PP.getCurrentLexer()->getFileEntry(); in EvaluateHasIncludeNext()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1000 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() function