reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5386 NewRep = CallExpr::Create(*Context, DRE, InitExprs, FType, VK_LValue, 5392 GlobalConstructionExp = NewRep; 5393 NewRep = DRE; 5396 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf, 5396 NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf, 5397 Context->getPointerType(NewRep->getType()), 5399 NewRep = NoTypeInfoCStyleCastExpr(Context, FType, CK_BitCast, 5400 NewRep); 5402 NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(), 5403 NewRep); 5411 return NewRep;