Searched refs:hasModelPath (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp731 bool hasModelPath = analyzerOpts->Config.count("model-path") > 0; local
736 hasModelPath ? new ModelInjector(CI) : nullptr);

Completed in 55 milliseconds