reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4777 assert(CalleeType->isFunctionPointerType() && 4783 CalleeType = getContext().getCanonicalType(CalleeType); 4783 CalleeType = getContext().getCanonicalType(CalleeType); 4785 auto PointeeType = cast<PointerType>(CalleeType)->getPointeeType(); 4828 EmitCheckTypeDescriptor(CalleeType)};