reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4505 QualType oldT = T; 4506 convertBlockPointerToFunctionPointer(T); 4507 if (T->isFunctionPointerType()) { 4509 if (const PointerType* PT = T->getAs<PointerType>()) { 4512 T = convertFunctionTypeOfBlocks(FT); 4513 T = Context->getPointerType(T); 4513 T = Context->getPointerType(T); 4518 convertToUnqualifiedObjCType(T); 4519 return T != oldT;