Searched refs:ParamExpr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp421 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); local
424 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy);
426 CallArgs.push_back(ParamExpr);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1646 Expr *ParamExpr) {
1662 /*AttrArgNum=*/1, ParamExpr, Idx))
1667 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only)
1645 AddAllocAlignAttr(Decl *D, const AttributeCommonInfo &CI, Expr *ParamExpr) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9511 Expr *ParamExpr);

Completed in 248 milliseconds