HomeSort by relevance Sort by last modified time
    Searched refs:castExpr (Results 1 - 7 of 7) 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...]
SemaCast.cpp 85 ExprResult complete(CastExpr *castExpr) {
89 castExpr = ImplicitCastExpr::Create(Self.Context,
91 CK_Dependent, castExpr, 0,
92 castExpr->getValueKind());
94 return Self.Owned(castExpr);
    [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 332 void RewriteImplicitCastObjCExpr(CastExpr *IE);
    [all...]
RewriteObjC.cpp     [all...]
  /external/clang/include/clang/AST/
ExprCXX.h     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 81 milliseconds