Searched refs:NewRep (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 5258 Expr *NewRep; in SynthBlockInitExpr() local 5386 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5392 GlobalConstructionExp = NewRep; in SynthBlockInitExpr() 5393 NewRep = DRE; in SynthBlockInitExpr() 5396 NewRep = UnaryOperator::Create( in SynthBlockInitExpr() 5397 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr() 5398 Context->getPointerType(NewRep->getType()), VK_PRValue, OK_Ordinary, in SynthBlockInitExpr() 5400 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr() 5401 NewRep); in SynthBlockInitExpr() 5403 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr() [all …]
|