reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
292 if (exceptionSpecNotKnownYet(Old) || exceptionSpecNotKnownYet(New)) { 293 DelayedEquivalentExceptionSpecChecks.push_back({New, Old}); 301 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(), 301 Old->getType()->getAs<FunctionProtoType>(), Old->getLocation(), 310 hasImplicitExceptionSpec(Old) != hasImplicitExceptionSpec(New)) { 312 << hasImplicitExceptionSpec(Old); 313 if (Old->getLocation().isValid()) 314 Diag(Old->getLocation(), diag::note_previous_declaration); 336 (Old->getLocation().isInvalid() || 337 Context.getSourceManager().isInSystemHeader(Old->getLocation()) || 338 Old->getBuiltinID()) && 339 Old->isExternC()) { 347 Old->getType()->castAs<FunctionProtoType>(); 458 if (Old->getLocation().isValid()) 459 Diag(Old->getLocation(), diag::note_previous_declaration);