Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnTy

8451   const FunctionProtoType *FnTy = Fn->getType()->getAs<FunctionProtoType>();
8457 if (MinParams != FnTy->getNumArgs() ||
8458 FnTy->isVariadic() || FnTy->isTemplateVariadic())
8464 if (MinParams != FnTy->getNumArgs())
8468 modeCount = FnTy->getNumArgs();