Searched refs:ParamExpr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 422 Expr *ParamExpr = M.makeDeclRefExpr(PDecl); in create_call_once() local 425 ParamExpr = M.makeLvalueToRvalue(ParamExpr, PTy); in create_call_once() 427 CallArgs.push_back(ParamExpr); in create_call_once()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1659 void Sema::AddAllocAlignAttr(SourceRange AttrRange, Decl *D, Expr *ParamExpr, in AddAllocAlignAttr() argument 1676 /*AttrArgNo=*/1, ParamExpr, Idx)) in AddAllocAlignAttr() 1681 Diag(ParamExpr->getBeginLoc(), diag::err_attribute_integers_only) in AddAllocAlignAttr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 8557 void AddAllocAlignAttr(SourceRange AttrRange, Decl *D, Expr *ParamExpr,
|