Home
last modified time | relevance | path

Searched defs:MemCDB (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp677 struct MemCDB : public CompilationDatabase { struct
678 using EntryMap = llvm::StringMap<SmallVector<CompileCommand, 1>>;
679 EntryMap Entries;
680 MemCDB(const EntryMap &E) : Entries(E) {} in MemCDB() function
682 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands()
687 std::vector<std::string> getAllFiles() const override { in getAllFiles()