Searched refs:CommandsRefI (Results 1 – 1 of 1) sorted by relevance
183 CommandsRefI = IndexByFile.find(Match); in getCompileCommands() local184 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()187 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()196 CommandsRefI = IndexByFile.begin(); in getAllFiles() local199 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllFiles()200 Result.push_back(CommandsRefI->first().str()); in getAllFiles()210 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end(); in getAllCompileCommands() local211 CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllCompileCommands()212 getCommands(CommandsRefI->getValue(), Commands); in getAllCompileCommands()