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

/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp218 ArrayRef<CompileCommandRef> CommandsRef,
220 for (int I = 0, E = CommandsRef.size(); I != E; ++I) {
225 CommandsRef[I].first->getValue(DirectoryStorage),
226 unescapeCommandLine(CommandsRef[I].second->getValue(CommandStorage))));
217 getCommands( ArrayRef<CompileCommandRef> CommandsRef, std::vector<CompileCommand> &Commands) const argument

Completed in 588 milliseconds