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

/external/clang/lib/Sema/
H A DSemaExceptionSpec.cpp177 bool IsOperatorNew = OO == OO_New || OO == OO_Array_New; local
195 /*AllowNoexceptAllMatchWithNoSpec=*/true, IsOperatorNew)) {
354 bool IsOperatorNew) {
458 if (getLangOpts().CPlusPlus11 && IsOperatorNew) {
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 631 milliseconds