Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp450 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); in create_call_once() local
453 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once()
455 CallArgs.push_back(ParamExpr); in create_call_once()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp2105 Expr *ParamExpr, const MatrixType *A, in DeduceTemplateArgumentsByTypeMatch()
2110 if (!ParamExpr->isValueDependent()) { in DeduceTemplateArgumentsByTypeMatch()
2112 ParamExpr->getIntegerConstantExpr(S.Context); in DeduceTemplateArgumentsByTypeMatch()
2131 getDeducedParameterFromExpr(Info, ParamExpr); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDeclAttr.cpp1742 Expr *ParamExpr) { in AddAllocAlignAttr() argument
1758 /*AttrArgNum=*/1, ParamExpr, Idx)) in AddAllocAlignAttr()
1764 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11169 Expr *ParamExpr);