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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4445         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4450           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4450           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4458         Exp = NoTypeInfoCStyleCastExpr(Context, Context->VoidPtrTy, CK_BitCast,
 4462         Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4467           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4467           Exp = new (Context) UnaryOperator(Exp, UO_AddrOf, QT, VK_RValue,
 4472       InitExprs.push_back(Exp);
 4490       Exp = new (Context) DeclRefExpr(*Context, FD, false, FD->getType(),
 4506         Exp = new (Context) UnaryOperator(
 4507             Exp, UO_AddrOf, Context->getPointerType(Exp->getType()), VK_RValue,
 4507             Exp, UO_AddrOf, Context->getPointerType(Exp->getType()), VK_RValue,
 4509       Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
 4509       Exp = NoTypeInfoCStyleCastExpr(Context, castT, CK_BitCast, Exp);
 4510       InitExprs.push_back(Exp);