Home
last modified time | relevance | path

Searched refs:createDiagnosticError (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h58 llvm::Error createDiagnosticError(SourceLocation Loc, unsigned DiagID) { in createDiagnosticError() function
62 llvm::Error createDiagnosticError(unsigned DiagID) { in createDiagnosticError() function
63 return createDiagnosticError(SourceLocation(), DiagID); in createDiagnosticError()
H A DRefactoringActionRuleRequirements.h52 return Context.createDiagnosticError(diag::err_refactor_no_selection); in evaluate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp77 return Context.createDiagnosticError( in initiate()
83 return Context.createDiagnosticError( in initiate()
89 return Context.createDiagnosticError( in initiate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp26 return Context.createDiagnosticError( in evaluate()
43 return Context.createDiagnosticError( in evaluate()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp72 return Context.createDiagnosticError( in initiate()