Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnTy

8091   const FunctionProtoType *FnTy = Fn->getType()->getAs<FunctionProtoType>();
8110 if (MinParams != FnTy->getNumArgs() ||
8111 FnTy->isVariadic() || FnTy->isTemplateVariadic())
8120 if (MinParams != FnTy->getNumArgs())
8124 modeCount = FnTy->getNumArgs();