Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionType

508   if (Ty->isFunctionType()) {
732 if (Ty->isFunctionType()) {
3482 if (T->isFunctionType() &&
3577 if (ExprTy->isFunctionType()) {
3670 if (ExprType->isFunctionType()) {
4069 if (ResultTy->isFunctionType()) {
4238 if (ResultType->isFunctionType()) {
6755 assert(rhptee->isFunctionType());
6764 assert(lhptee->isFunctionType());
7574 NonNullType->isMemberPointerType() || NonNullType->isFunctionType())
7740 if (PointeeTy->isFunctionType()) {
7793 bool isLHSFuncPtr = isLHSPointer && LHSPointeeTy->isFunctionType();
7794 bool isRHSFuncPtr = isRHSPointer && RHSPointeeTy->isFunctionType();
8068 if (!rpointee->isVoidType() && !rpointee->isFunctionType()) {
8759 if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType())
8781 if (IsRelational && LCanPointeeTy->isFunctionType()) {
8789 if ((LCanPointeeTy->isFunctionType() || RCanPointeeTy->isFunctionType())
9865 if (LangOpts.OpenCL && op->getType()->isFunctionType()) {
9948 if (!op->getType()->isFunctionType()) {
11451 assert(T->isFunctionType() &&
11834 !SrcExpr->getType()->isFunctionType())
12948 if (!RefType->getPointeeType()->isFunctionType())
14156 if (DestType->isArrayType() || DestType->isFunctionType()) {
14162 << DestType->isFunctionType() << DestType;
14242 if (DestType->isArrayType() || DestType->isFunctionType()) {
14244 << DestType->isFunctionType() << DestType;
14314 if (!Type->isFunctionType()) {
14367 } else if (Type->isFunctionType()) {