Searched refs:NewRep (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 5260 Expr *NewRep; in SynthBlockInitExpr() local 5388 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5394 GlobalConstructionExp = NewRep; in SynthBlockInitExpr() 5395 NewRep = DRE; in SynthBlockInitExpr() 5398 NewRep = UnaryOperator::Create( in SynthBlockInitExpr() 5399 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr() 5402 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr() 5403 NewRep); in SynthBlockInitExpr() 5405 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr() 5406 NewRep); in SynthBlockInitExpr() [all …]
|
| H A D | RewriteObjC.cpp | 4406 Expr *NewRep; in SynthBlockInitExpr() local 4526 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 4528 NewRep = UnaryOperator::Create( in SynthBlockInitExpr() 4529 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr() 4530 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr() 4532 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr() 4533 NewRep); in SynthBlockInitExpr() 4540 return NewRep; in SynthBlockInitExpr()
|