Home | History | Annotate | Download | only in Sema

Lines Matching defs:FT

807   const FunctionProtoType *FT;
808 if ((FT = T->getAs<FunctionProtoType>())) {
810 FT = PT->getPointeeType()->getAs<FunctionProtoType>();
812 FT = RT->getPointeeType()->getAs<FunctionProtoType>();
814 FT = MT->getPointeeType()->getAs<FunctionProtoType>();
816 FT = BT->getPointeeType()->getAs<FunctionProtoType>();
818 if (!FT)
821 FT = S.ResolveExceptionSpec(E->getLocStart(), FT);
822 if (!FT)
825 return FT->isNothrow(S.Context) ? CT_Cannot : CT_Can;