Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp390 std::vector<CompileCommand> CompileCommandsForFile = in run() local
392 if (CompileCommandsForFile.empty()) { in run()
401 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp497 std::vector<CompileCommand> CompileCommandsForFile = in run() local
499 if (CompileCommandsForFile.empty()) { in run()
504 for (CompileCommand &CompileCommand : CompileCommandsForFile) { in run()