Searched defs:MemCDB (Results 1 – 1 of 1) sorted by relevance
712 struct MemCDB : public CompilationDatabase { struct713 using EntryMap = llvm::StringMap<SmallVector<CompileCommand, 1>>;714 EntryMap Entries;715 MemCDB(const EntryMap &E) : Entries(E) {} in MemCDB() function717 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands()722 std::vector<std::string> getAllFiles() const override { in getAllFiles()