Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp151 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST() local
153 if (HaveLexer) { in ParseAST()
210 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()