Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionType

1519       !FromType->isFunctionType() && !FromType->isArrayType() &&
1557 } else if (FromType->isFunctionType() && argIsLValue) {
2122 if (getLangOpts().MSVCCompat && FromPointeeType->isFunctionType() &&
2695 if (!IsCStyleOrFunctionalCast && FromPointeeType->isFunctionType() &&
4142 if (RefType && !RefType->getPointeeType()->isFunctionType())
4164 !RefType->getPointeeType()->isFunctionType()))
4295 ICS.Standard.BindsToFunctionLvalue = T2->isFunctionType();
4339 (InitCategory.isLValue() && T2->isFunctionType()))) {
4360 ICS.Standard.BindsToFunctionLvalue = T2->isFunctionType();
4396 if (T1->isFunctionType())
7410 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
10151 if (TargetFunctionType->isFunctionType()) {
10231 return TargetFunctionType->isFunctionType();
11156 if (!Arg->getType()->isFunctionType())