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

/freebsd-current/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-current/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp166 auto Base = JSONCompilationDatabase::loadFromFile(
193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, function in class:JSONCompilationDatabase
H A DCompilationDatabase.cpp345 FixedCompilationDatabase::loadFromFile(StringRef Path, std::string &ErrorMsg) { function in class:FixedCompilationDatabase
398 return FixedCompilationDatabase::loadFromFile(DatabasePath, ErrorMessage);
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp921 Error CoverageMapping::loadFromFile(
981 loadFromFile(File.value(), GetArch(File.index()), CompilationDir,
1009 if (Error E = loadFromFile(Path, Arch, CompilationDir, *ProfileReader,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h850 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir,

Completed in 106 milliseconds