Home | History | Annotate | Download | only in Sema

Lines Matching defs:FT

821   const FunctionProtoType *FT;
822 if ((FT = T->getAs<FunctionProtoType>())) {
824 FT = PT->getPointeeType()->getAs<FunctionProtoType>();
826 FT = RT->getPointeeType()->getAs<FunctionProtoType>();
828 FT = MT->getPointeeType()->getAs<FunctionProtoType>();
830 FT = BT->getPointeeType()->getAs<FunctionProtoType>();
832 if (!FT)
835 FT = S.ResolveExceptionSpec(E->getLocStart(), FT);
836 if (!FT)
839 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can;