reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
277 OverloadedOperatorKind OO = New->getDeclName().getCXXOverloadedOperator(); 292 if (exceptionSpecNotKnownYet(Old) || exceptionSpecNotKnownYet(New)) { 293 DelayedEquivalentExceptionSpecChecks.push_back({New, Old}); 302 New->getType()->getAs<FunctionProtoType>(), New->getLocation(), 302 New->getType()->getAs<FunctionProtoType>(), New->getLocation(), 310 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) { 311 Diag(New->getLocation(), diag::ext_implicit_exception_spec_mismatch) 325 New->getType()->castAs<FunctionProtoType>(); 340 New->setType(Context.getFunctionType( 364 New->setInvalidDecl(); 368 New->setType(Context.getFunctionType( 377 } else if (New->isReplaceableGlobalAllocationFunction() && 440 if (TypeSourceInfo *TSInfo = New->getTypeSourceInfo()) { 450 Diag(New->getLocation(), DiagID) 451 << New << OS.str(); 453 Diag(New->getLocation(), DiagID) 454 << New << OS.str()