Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp24 char IgnoresFileNotFound::ID;
26 void IgnoresFileNotFound::log(llvm::raw_ostream &os) const { in log()
30 std::error_code IgnoresFileNotFound::convertToErrorCode() const { in convertToErrorCode()
44 return make_error<IgnoresFileNotFound>(CurrentIgnoresFilePath); in create()
H A DExtractAPIConsumer.cpp450 [&CI](const IgnoresFileNotFound &Err) { in CreateASTConsumer()
554 [&CI](const IgnoresFileNotFound &Err) { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h33 struct IgnoresFileNotFound : public llvm::ErrorInfo<IgnoresFileNotFound> { struct
37 explicit IgnoresFileNotFound(StringRef Path) : Path(Path) {} in IgnoresFileNotFound() argument