Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp152 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1292 PreprocessorLexer *getCurrentLexer() const { return CurPPLexer; } in getCurrentLexer() function