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

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

Completed in 502 milliseconds