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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp178 bool MissingExceptionSpecification = false; local
194 &MissingExceptionSpecification, &MissingEmptyExceptionSpecification,
212 if (!MissingExceptionSpecification)
344 /// produced or \c *MissingExceptionSpecification is set to \c true.
351 bool *MissingExceptionSpecification,
359 if (MissingExceptionSpecification)
360 *MissingExceptionSpecification = false;
483 if (MissingExceptionSpecification && Old->hasExceptionSpec() &&
487 *MissingExceptionSpecification = true;
345 CheckEquivalentExceptionSpec(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 99 milliseconds