Searched refs:CommandsRefI (Results 1 – 1 of 1) sorted by relevance
168 CommandsRefI = IndexByFile.find(NativeFilePath); in getCompileCommands() local169 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()171 const std::vector<CompileCommandRef> &CommandsRef = CommandsRefI->getValue(); in getCompileCommands()189 CommandsRefI = IndexByFile.begin(); in getAllFiles() local192 for (; CommandsRefI != CommandsRefEnd; ++CommandsRefI) { in getAllFiles()193 Result.push_back(CommandsRefI->first().str()); in getAllFiles()