Searched refs:IndexByFile (Results 1 – 2 of 2) sorted by relevance
235 const auto CommandsRefI = IndexByFile.find(Match); in getCompileCommands()236 if (CommandsRefI == IndexByFile.end()) in getCompileCommands()246 for (const auto &CommandRef : IndexByFile) in getAllFiles()430 IndexByFile[NativeFilePath].push_back(Cmd); in parse()
125 llvm::StringMap<std::vector<CompileCommandRef>> IndexByFile; variable