reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9745 if (OldFD && !OldFD->getType()->getAs<FunctionProtoType>()) { 9745 if (OldFD && !OldFD->getType()->getAs<FunctionProtoType>()) { 9746 Diag(OldFD->getLocation(), NoProtoDiagID); 9794 if (OldFD) { 9795 QualType OldQType = Context.getCanonicalType(OldFD->getType()); 9808 if (OldFD->getConstexprKind() != NewFD->getConstexprKind()) 9811 if (OldFD->isInlineSpecified() != NewFD->isInlineSpecified()) 9814 if (OldFD->getStorageClass() != NewFD->getStorageClass()) 9817 if (!CLinkageMayDiffer && OldFD->isExternC() != NewFD->isExternC()) 9821 OldFD->getType()->getAs<FunctionProtoType>(), OldFD->getLocation(), 9821 OldFD->getType()->getAs<FunctionProtoType>(), OldFD->getLocation(),