Searched refs:CommandsRefI (Results 1 – 1 of 1) sorted by relevance
184 CommandsRefI = IndexByFile.find(Match); in getCompileCommands() local185 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()188 getCommands(CommandsRefI->getValue(), Commands); in getCompileCommands()197 CommandsRefI = IndexByFile.begin(); in getAllFiles() local200 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllFiles()201 Result.push_back(CommandsRefI->first().str()); in getAllFiles()211 CommandsRefI = IndexByFile.begin(), CommandsRefEnd = IndexByFile.end(); in getAllCompileCommands() local212 CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllCompileCommands()213 getCommands(CommandsRefI->getValue(), Commands); in getAllCompileCommands()