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.cpp151 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST() local
153 if (HaveLexer) { in ParseAST()
195 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()