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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp274 bool *MissingExceptionSpecification = nullptr,
307 bool MissingExceptionSpecification = false; local
331 &MissingExceptionSpecification, &MissingEmptyExceptionSpecification,
349 if (!MissingExceptionSpecification)
521 /// produced or \c *MissingExceptionSpecification is set to \c true.
526 bool *MissingExceptionSpecification,
529 if (MissingExceptionSpecification)
530 *MissingExceptionSpecification = false;
651 if (MissingExceptionSpecification && OldEST != EST_None &&
655 *MissingExceptionSpecification
522 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 112 milliseconds