Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp502 std::vector<CompileCommand> CompileCommandsForFile = in run() local
504 if (CompileCommandsForFile.empty()) { in run()
509 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()