Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionPointerType

1494                 !VD->getType()->isFunctionPointerType())) {
2122 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) {
2123 const FunctionType *FT = Ty->isFunctionPointerType()
2127 int m = Ty->isFunctionPointerType() ? 0 : 1;
3820 if (VD && VD->getType()->isFunctionPointerType())
3824 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() ||