Searched refs:IndexByFile (Results 1 – 4 of 4) 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()
238 const auto CommandsRefI = IndexByFile.find(Match); in getCompileCommands()239 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()249 for (const auto &CommandRef : IndexByFile) in getAllFiles()434 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
117 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable
125 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable