Home | History | Annotate | Download | only in AST

Lines Matching refs:isFunctionType

1319     if (!BaseT->isIncompleteType() && !T->isFunctionType()) {
2191 isFunctionType()) && "T does not decay");
2207 if (T->isFunctionType())
2232 assert(T->isFunctionType() && "block of function types only");
4260 if (T->isArrayType() || T->isFunctionType())
4835 } else if (PType->isFunctionType())
4877 } else if (PType->isFunctionType())
4948 } else if (PType->isFunctionType())
7323 if (RHSCan->isFunctionType()) {
7324 if (!LHSCan->isFunctionType())