Home
last modified time | relevance | path

Searched refs:loadFromDirectory (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DCompilationDatabasePluginRegistry.h36 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) = 0;
H A DCompilationDatabase.h104 loadFromDirectory(StringRef BuildDirectory, std::string &ErrorMessage);
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp163 loadFromDirectory(StringRef Directory, std::string &ErrorMessage) override { in loadFromDirectory() function in __anon476ab3930111::JSONCompilationDatabasePlugin