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