reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
 2797     DeclStmt *DSNew = new (Context) DeclStmt(DG, D->getLocation(), GetEndLoc(D));
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  875       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 2097   DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType,
 2583   DeclRefExpr *DRE = new (Context)
 2585   Expr *Unop = new (Context)
 2605   ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(),
 2671   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 2685   ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
 2714   DeclRefExpr *NSArrayDRE = new (Context) DeclRefExpr(
 2792   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 2806   ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
 2835   DeclRefExpr *NSDictDRE = new (Context) DeclRefExpr(
 2943   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 2957   ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
 3170   DeclRefExpr *DRE = new (Context)
 3238                    new (Context) DeclRefExpr(*Context,
 3270       DeclRefExpr *DRE = new (Context)
 3281       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3291         new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
 3295       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 3299       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3334                    new (Context) DeclRefExpr(*Context,
 3365       DeclRefExpr *DRE = new (Context)
 3376       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 3386         new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
 3390       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 3509   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 3530   ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
 3587   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 4572       new (Context) ConditionalOperator(CONDExp,
 4619   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 4634   PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
 4688   ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
 4703   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 4707   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 5272   DeclRefExpr *DRE = new (Context)
 5279   DeclRefExpr *Arg = new (Context) DeclRefExpr(
 5291   UnaryOperator *DescRefExpr = new (Context) UnaryOperator(
 5292       new (Context) DeclRefExpr(*Context, NewVD, false, Context->VoidPtrTy,
 5307         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 5312           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 5318         Arg = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 5324         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 5329           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 5353       Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 5369           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf,
 5396   NewRep = new (Context) UnaryOperator(NewRep, UO_AddrOf,
 5402   NewRep = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 7480       DeclRefExpr *DRE = new (Context)
 7484         new (Context) BinaryOperator(castExpr, DRE, BO_Add,
 7488       ParenExpr *PE = new (Context) ParenExpr(SourceLocation(),
 7517           ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 7539       Expr *Exp = new (Context) UnaryOperator(castExpr, UO_Deref, IvarT,
 7542       PE = new (Context) ParenExpr(OldRange.getBegin(),
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 2012   DeclRefExpr *DRE = new (Context) DeclRefExpr(*Context, FD, false, msgSendType,
 2508   DeclRefExpr *DRE = new (Context)
 2510   Expr *Unop = new (Context)
 2591       new (Context) DeclRefExpr(*Context, MsgSendStretFlavor, false,
 2606   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast);
 2665                    new (Context) DeclRefExpr(*Context,
 2699       DeclRefExpr *DRE = new (Context)
 2710       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2720         new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
 2724       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 2728       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2760                    new (Context) DeclRefExpr(*Context,
 2794       DeclRefExpr *DRE = new (Context)
 2805       SuperRep = new (Context) UnaryOperator(SuperRep, UO_AddrOf,
 2815         new (Context) InitListExpr(*Context, SourceLocation(), InitExprs,
 2819       SuperRep = new (Context) CompoundLiteralExpr(SourceLocation(), superTInfo,
 2938   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 2959   ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast);
 2978        new (Context) UnaryExprOrTypeTraitExpr(UETT_SizeOf,
 2993       new (Context) BinaryOperator(sizeofExpr, limit, BO_LE, Context->IntTy,
 2998       new (Context) ConditionalOperator(lessThanExpr,
 3002     ReplacingStmt = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 3043   DeclRefExpr *DRE = new (Context) DeclRefExpr(
 3045   Expr *DerefExpr = new (Context) UnaryOperator(DRE, UO_AddrOf,
 3740       new (Context) ConditionalOperator(CONDExp,
 3787   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 3802   PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), FunkCast);
 3857   ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(),
 3872   Expr *Exp = new (Context) UnaryOperator(DRE, UO_Deref, DRE->getType(),
 3876   ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(),
 4410   DeclRefExpr *DRE = new (Context)
 4417   DeclRefExpr *Arg = new (Context) DeclRefExpr(
 4429   UnaryOperator *DescRefExpr = new (Context) UnaryOperator(
 4430       new (Context) DeclRefExpr(*Context, NewVD, false, Context->VoidPtrTy,
 4445         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4450           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4456         Arg = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4462         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4467           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4490       Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4506         Exp = new (Context) UnaryOperator(
 4524   NewRep = new (Context) UnaryOperator(
 5828       ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(),
 5868       ParenExpr *PE = new (Context) ParenExpr(