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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp281 std::vector<CompileCommand> CompileCommandsForFile = local
283 if (!CompileCommandsForFile.empty()) {
284 for (int I = 0, E = CompileCommandsForFile.size(); I != E; ++I) {
286 CompileCommandsForFile[I]));

Completed in 96 milliseconds