reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2702 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) { 2702 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) { 2703 const FunctionType *FT = Ty->isFunctionPointerType() 2705 : Ty->castAs<BlockPointerType>()->getPointeeType()->getAs<FunctionType>(); 2707 int m = Ty->isFunctionPointerType() ? 0 : 1;