Home
last modified time | relevance | path

Searched defs:ErrorReporter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/utils/HdrGen/
H A DCommand.h37 ErrorReporter(llvm::SMLoc L, llvm::SourceMgr &SM) : Loc(L), SrcMgr(SM) {} in ErrorReporter() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidy.cpp96 class ErrorReporter { class
98 ErrorReporter(ClangTidyContext &Context, FixBehaviour ApplyFixes, in ErrorReporter() function in clang::tidy::__anonf74c33ed0111::ErrorReporter