Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp227 ArrayRef<CompileCommandRef> CommandsRef, in getCommands() argument
229 for (int I = 0, E = CommandsRef.size(); I != E; ++I) { in getCommands()
233 std::get<0>(CommandsRef[I])->getValue(DirectoryStorage), in getCommands()
234 std::get<1>(CommandsRef[I])->getValue(FilenameStorage), in getCommands()
235 nodeToCommandLine(std::get<2>(CommandsRef[I]))); in getCommands()
/external/clang/include/clang/Tooling/
DJSONCompilationDatabase.h113 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,