Searched refs:ParamExpr (Results 1 – 4 of 4) sorted by relevance
449 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); in create_call_once() local452 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once()454 CallArgs.push_back(ParamExpr); in create_call_once()
2046 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()2051 if (!ParamExpr->isValueDependent()) { in DeduceTemplateArgumentsByTypeMatch()2053 ParamExpr->getIntegerConstantExpr(S.Context); in DeduceTemplateArgumentsByTypeMatch()2072 getDeducedParameterFromExpr(Info, ParamExpr); in DeduceTemplateArgumentsByTypeMatch()
1727 Expr *ParamExpr) { in AddAllocAlignAttr() argument1743 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()1749 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
10510 Expr *ParamExpr);