Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionType

656   else if (T->isArrayType() || T->isFunctionType())
3588 if (T->isFunctionType())
4374 !ParamType->getAs<PointerType>()->getPointeeType()->isFunctionType() &&
4381 if (!ParamRef->getPointeeType()->isFunctionType()) {
5185 ParamType->getAs<PointerType>()->getPointeeType()->isFunctionType()) ||
5191 ParamType->getAs<ReferenceType>()->getPointeeType()->isFunctionType()) ||
5199 ->isFunctionType())) {
5373 else if (ParamType->isFunctionType())
5450 if (T->isFunctionType() || T->isArrayType()) {
7664 if (D.getDeclSpec().isConstexprSpecified() && R->isFunctionType())
7681 if (!R->isFunctionType()) {