Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp218 ArrayRef<CompileCommandRef> CommandsRef, in getCommands() argument
220 for (int I = 0, E = CommandsRef.size(); I != E; ++I) { in getCommands()
225 CommandsRef[I].first->getValue(DirectoryStorage), in getCommands()
226 unescapeCommandLine(CommandsRef[I].second->getValue(CommandStorage)))); in getCommands()
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h100 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,