Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h57 llvm::Error createDiagnosticError(SourceLocation Loc, unsigned DiagID) { in createDiagnosticError() function
61 llvm::Error createDiagnosticError(unsigned DiagID) { in createDiagnosticError() function
62 return createDiagnosticError(SourceLocation(), DiagID); in createDiagnosticError()
H A DRefactoringActionRuleRequirements.h51 return Context.createDiagnosticError(diag::err_refactor_no_selection); in evaluate()
/freebsd/contrib/llvm-project/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/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelectionRequirements.cpp27 return Context.createDiagnosticError( in evaluate()
45 return Context.createDiagnosticError( in evaluate()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp71 return Context.createDiagnosticError( in initiate()