Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
HDModelInjector.cpp51 llvm::StringRef modelPath = CI.getAnalyzerOpts().ModelPath; in onBodySynthesis() local
55 if (!modelPath.empty()) in onBodySynthesis()
57 llvm::StringRef(modelPath.str() + "/" + D->getName().str() + ".model"); in onBodySynthesis()