Searched refs:IndexByFile (Results 1 – 2 of 2) sorted by relevance
183 CommandsRefI = IndexByFile.find(Match); in getCompileCommands()184 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()196 CommandsRefI = IndexByFile.begin(); in getAllFiles()198 CommandsRefEnd = IndexByFile.end(); in getAllFiles()337 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
117 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable