Searched defs:MemCDB (Results 1 – 1 of 1) sorted by relevance
677 struct MemCDB : public CompilationDatabase { struct678 using EntryMap = llvm::StringMap<SmallVector<CompileCommand, 1>>;679 EntryMap Entries;680 MemCDB(const EntryMap &E) : Entries(E) {} in MemCDB() function682 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands()687 std::vector<std::string> getAllFiles() const override { in getAllFiles()