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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp263 bool *MissingExceptionSpecification = nullptr,
296 bool MissingExceptionSpecification = false; local
320 &MissingExceptionSpecification, &MissingEmptyExceptionSpecification,
338 if (!MissingExceptionSpecification)
509 /// produced or \c *MissingExceptionSpecification is set to \c true.
514 bool *MissingExceptionSpecification,
517 if (MissingExceptionSpecification)
518 *MissingExceptionSpecification = false;
639 if (MissingExceptionSpecification && OldEST != EST_None &&
643 *MissingExceptionSpecification
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
[all...]

Completed in 70 milliseconds