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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp171 const std::vector<CompileCommandRef> &CommandsRef = CommandsRefI->getValue(); local
173 for (int I = 0, E = CommandsRef.size(); I != E; ++I) {
178 CommandsRef[I].first->getValue(DirectoryStorage),
179 unescapeCommandLine(CommandsRef[I].second->getValue(CommandStorage))));

Completed in 309 milliseconds