Home
last modified time | relevance | path

Searched refs:ParamExpr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp449 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); in create_call_once() local
452 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once()
454 CallArgs.push_back(ParamExpr); in create_call_once()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2046 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()
H A DSemaDeclAttr.cpp1727 Expr *ParamExpr) { in AddAllocAlignAttr() argument
1743 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()
1749 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h10510 Expr *ParamExpr);