Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp525 std::vector<CompileCommand> CompileCommandsForFile = in run() local
527 if (CompileCommandsForFile.empty()) { in run()
532 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()