Searched refs:NewRep (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 5273 Expr *NewRep; in SynthBlockInitExpr() local 5400 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 5406 GlobalConstructionExp = NewRep; in SynthBlockInitExpr() 5407 NewRep = DRE; in SynthBlockInitExpr() 5410 NewRep = UnaryOperator::Create( in SynthBlockInitExpr() 5411 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr() 5412 Context->getPointerType(NewRep->getType()), VK_RValue, OK_Ordinary, in SynthBlockInitExpr() 5414 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr() 5415 NewRep); in SynthBlockInitExpr() 5417 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthBlockInitExpr() [all …]
|
| H A D | RewriteObjC.cpp | 4420 Expr *NewRep; in SynthBlockInitExpr() local 4538 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, in SynthBlockInitExpr() 4540 NewRep = UnaryOperator::Create( in SynthBlockInitExpr() 4541 const_cast<ASTContext &>(*Context), NewRep, UO_AddrOf, in SynthBlockInitExpr() 4542 Context->getPointerType(NewRep->getType()), VK_RValue, OK_Ordinary, in SynthBlockInitExpr() 4544 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, in SynthBlockInitExpr() 4545 NewRep); in SynthBlockInitExpr() 4552 return NewRep; in SynthBlockInitExpr()
|