Searched refs:CommandsRef (Results 1 – 2 of 2) sorted by relevance
227 ArrayRef<CompileCommandRef> CommandsRef, in getCommands() argument229 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()
113 void getCommands(ArrayRef<CompileCommandRef> CommandsRef,