Searched refs:MissingExceptionSpecification (Results 1 - 2 of 2) 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
/external/clang/include/clang/Sema/
H A DSema.h1191 bool *MissingExceptionSpecification = nullptr,

Completed in 66 milliseconds