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

  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 68 bool VisitCastExpr(CastExpr *E) {
74 Expr *castExpr = E->getSubExpr();
75 QualType castExprType = castExpr->getType();
88 if (castExpr->isNullPointerConstant(Pass.Ctx,
92 SourceLocation loc = castExpr->getExprLoc();
105 void transformNonObjCToObjCCast(CastExpr *E) {
179 void castToObjCObject(CastExpr *E, bool retained) {
183 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind) {
188 void rewriteToBridgedCast(CastExpr *E, ObjCBridgeCastKind Kind,
259 void rewriteCastForCFRetain(CastExpr *castE, CallExpr *callE)
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generateviewbylayout/codegenerators/
AbstractLayoutCodeGenerator.java 372 CastExpression castExpr = onCreateDeclaration.getAST().newCastExpression();
373 castExpr.setExpression(invocation);
374 castExpr.setType(guiType);
385 assign.setRightHandSide(castExpr);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 901 /// Example: castExpr() matches each of the following:
912 const internal::VariadicDynCastAllOfMatcher<Expr, CastExpr> castExpr;
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 335 void RewriteImplicitCastObjCExpr(CastExpr *IE);
    [all...]
RewriteObjC.cpp     [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 303 milliseconds