Searched refs:IgnoresFileNotFound (Results 1 – 3 of 3) sorted by relevance
24 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()
450 [&CI](const IgnoresFileNotFound &Err) { in CreateASTConsumer()554 [&CI](const IgnoresFileNotFound &Err) { in CreateASTConsumer()
33 struct IgnoresFileNotFound : public llvm::ErrorInfo<IgnoresFileNotFound> { struct37 explicit IgnoresFileNotFound(StringRef Path) : Path(Path) {} in IgnoresFileNotFound() function