Home | History | Annotate | Download | only in Sema

Lines Matching refs:ArgInfo

569     if (FTI.NumArgs == 1 && !FTI.isVariadic && FTI.ArgInfo[0].Ident == 0 &&
570 cast<ParmVarDecl>(FTI.ArgInfo[0].Param)->getType()->isVoidType()) {
572 checkVoidParamDecl(cast<ParmVarDecl>(FTI.ArgInfo[0].Param));
576 Params.push_back(cast<ParmVarDecl>(FTI.ArgInfo[i].Param));