Home | History | Annotate | Download | only in Sema

Lines Matching defs:isFunctionType

667   if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1105 if (Result->isFunctionType() && TypeQuals) {
1467 if (T->isFunctionType()) {
1662 if (T->isArrayType() || T->isFunctionType()) {
1664 << T->isFunctionType() << T;
1804 if (!T->isFunctionType()) {
2675 if ((T->isArrayType() || T->isFunctionType()) &&
2683 S.Diag(DeclType.Loc, diagID) << T->isFunctionType() << T;
3008 if (LangOpts.CPlusPlus && T->isFunctionType()) {
3834 if (Type->isFunctionType()) {
4124 /// if (unwrapped.isFunctionType()) {
4177 bool isFunctionType() const { return (Fn != 0); }
4355 if (!unwrapped.isFunctionType())
4372 if (!unwrapped.isFunctionType())
4387 if (!unwrapped.isFunctionType())
4408 if (!unwrapped.isFunctionType()) return false;
5324 else if (T->isFunctionType())