Searched refs:loadFromFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DJSONCompilationDatabase.h68 loadFromFile(StringRef FilePath, std::string &ErrorMessage,
H A DCompilationDatabase.h190 loadFromFile(StringRef Path, std::string &ErrorMsg);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp363 FixedCompilationDatabase::loadFromFile(StringRef Path, std::string &ErrorMsg) { function in class:FixedCompilationDatabase
402 return FixedCompilationDatabase::loadFromFile(DatabasePath, ErrorMessage);
H A DJSONCompilationDatabase.cpp169 auto Base = JSONCompilationDatabase::loadFromFile(
196 JSONCompilationDatabase::loadFromFile(StringRef FilePath, function in class:JSONCompilationDatabase

Completed in 114 milliseconds