Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp712 struct MemCDB : public CompilationDatabase { struct
713 using EntryMap = llvm::StringMap<SmallVector<CompileCommand, 1>>;
714 EntryMap Entries;
715 MemCDB(const EntryMap &E) : Entries(E) {} in MemCDB() function
717 std::vector<CompileCommand> getCompileCommands(StringRef F) const override { in getCompileCommands()
722 std::vector<std::string> getAllFiles() const override { in getAllFiles()