Home | History | Annotate | Download | only in Sema

Lines Matching refs:FnTy

8305   const FunctionProtoType *FnTy = Fn->getType()->getAs<FunctionProtoType>();
8324 if (MinParams != FnTy->getNumArgs() ||
8325 FnTy->isVariadic() || FnTy->isTemplateVariadic())
8334 if (MinParams != FnTy->getNumArgs())
8338 modeCount = FnTy->getNumArgs();