Home | History | Annotate | Download | only in Sema

Lines Matching refs:isFunctionType

674   if (!declarator.getNumTypeObjects() && declSpecType->isFunctionType())
1579 if (TypeQuals && Result->isFunctionType()) {
2011 if (T->isFunctionType()) {
2201 if (T->isArrayType() || T->isFunctionType()) {
2203 << T->isFunctionType() << T;
2297 if (T->isFunctionType())
2317 if (!T->isFunctionType()) {
3760 if ((T->isArrayType() || T->isFunctionType()) &&
3768 S.Diag(DeclType.Loc, diagID) << T->isFunctionType() << T;
4113 if (LangOpts.CPlusPlus && T->isFunctionType()) {
4967 if (Type->isFunctionType()) {
5311 /// if (unwrapped.isFunctionType()) {
5364 bool isFunctionType() const { return (Fn != nullptr); }
5802 if (!unwrapped.isFunctionType())
5819 if (!unwrapped.isFunctionType())
5834 if (!unwrapped.isFunctionType())
5855 if (!unwrapped.isFunctionType()) return false;
7007 else if (T->isFunctionType())