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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp126 bool MissingExceptionSpecification = false; local
138 &MissingExceptionSpecification,
146 if (!MissingExceptionSpecification && !MissingEmptyExceptionSpecification)
174 if (MissingExceptionSpecification && NewProto) {
307 bool *MissingExceptionSpecification,
315 if (MissingExceptionSpecification)
316 *MissingExceptionSpecification = false;
446 if (MissingExceptionSpecification && Old->hasExceptionSpec() &&
450 *MissingExceptionSpecification = true;
301 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.h904 bool *MissingExceptionSpecification = 0,

Completed in 260 milliseconds