Searched refs:IsOperatorNew (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp265 bool AllowNoexceptAllMatchWithNoSpec = false, bool IsOperatorNew = false);
295 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; local
321 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) {
516 bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) {
615 if (S.getLangOpts().CPlusPlus11 && IsOperatorNew) {
510 CheckEquivalentExceptionSpecImpl( Sema &S, const PartialDiagnostic &DiagID, const PartialDiagnostic &NoteID, const FunctionProtoType *Old, SourceLocation OldLoc, const FunctionProtoType *New, SourceLocation NewLoc, bool *MissingExceptionSpecification, bool *MissingEmptyExceptionSpecification, bool AllowNoexceptAllMatchWithNoSpec, bool IsOperatorNew) argument

Completed in 134 milliseconds