HomeSort by relevance Sort by last modified time
    Searched defs:castExpr (Results 1 - 5 of 5) sorted by null

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 64 bool VisitCastExpr(CastExpr *E) {
70 Expr *castExpr = E->getSubExpr();
71 QualType castExprType = castExpr->getType();
84 if (castExpr->isNullPointerConstant(Pass.Ctx,
88 SourceLocation loc = castExpr->getExprLoc();
101 void transformNonObjCToObjCCast(CastExpr *E) {
160 void castToObjCObject(CastExpr *E, bool retained) {
164 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind) {
169 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind,
214 void rewriteCastForCFRetain(CastExpr *castE, CallExpr *callE)
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 332 void RewriteImplicitCastObjCExpr(CastExpr *IE);
    [all...]
RewriteObjC.cpp     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 431 milliseconds