Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp567 std::vector<CompileCommand> CompileCommandsForFile = in run() local
569 if (CompileCommandsForFile.empty()) { in run()
574 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()