Searched refs:ParamExpr (Results 1 – 4 of 4) sorted by relevance
450 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); in create_call_once() local453 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once()455 CallArgs.push_back(ParamExpr); in create_call_once()
2075 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()2080 if (!ParamExpr->isValueDependent()) { in DeduceTemplateArgumentsByTypeMatch()2082 ParamExpr->getIntegerConstantExpr(S.Context); in DeduceTemplateArgumentsByTypeMatch()2101 getDeducedParameterFromExpr(Info, ParamExpr); in DeduceTemplateArgumentsByTypeMatch()
1728 Expr *ParamExpr) { in AddAllocAlignAttr() argument1744 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()1750 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
10840 Expr *ParamExpr);