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()
2326 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()2331 if (!ParamExpr->isValueDependent()) { in DeduceTemplateArgumentsByTypeMatch()2333 ParamExpr->getIntegerConstantExpr(S.Context); in DeduceTemplateArgumentsByTypeMatch()2352 getDeducedParameterFromExpr(Info, ParamExpr); in DeduceTemplateArgumentsByTypeMatch()
1432 Expr *ParamExpr) { in AddAllocAlignAttr() argument1445 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()1451 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
4887 Expr *ParamExpr);