Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp152 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST() local
154 if (HaveLexer) { in ParseAST()
196 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()