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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp156 bool MissingExceptionSpecification = false; local
168 &MissingExceptionSpecification, &MissingEmptyExceptionSpecification,
186 if (!MissingExceptionSpecification)
316 /// produced or \c *MissingExceptionSpecification is set to \c true.
323 bool *MissingExceptionSpecification,
331 if (MissingExceptionSpecification)
332 *MissingExceptionSpecification = false;
462 if (MissingExceptionSpecification && Old->hasExceptionSpec() &&
466 *MissingExceptionSpecification = true;
317 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 62 milliseconds