reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3282 const FunctionType *NewType = cast<FunctionType>(NewQType); 3374 NewQType = Context.getCanonicalType(New->getType()); 3418 NewQType = Context.getCanonicalType(New->getType()); 3434 ResQT = Context.mergeObjCGCQualifiers(NewQType, OldQType); 3447 NewQType = ResQT; 3451 QualType NewReturnType = cast<FunctionType>(NewQType)->getReturnType(); 3461 NewQType = Context.getCanonicalType( 3462 SubstAutoType(NewQType, 3600 NewQType)) 3606 if (!canFullyTypeCheckRedeclaration(New, Old, NewQType, OldQType)) 3615 Context.typesAreCompatible(OldQType, NewQType)) { 3617 const FunctionType *NewFuncType = NewQType->getAs<FunctionType>(); 3625 NewQType = 3628 New->setType(NewQType);