Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseAST.cpp151 bool HaveLexer = S.getPreprocessor().getCurrentLexer(); in ParseAST() local
153 if (HaveLexer) { in ParseAST()
182 if (HaveLexer) P.getActions().PrintStats(); in ParseAST()