Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.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()