HomeSort by relevance Sort by last modified time
    Searched refs:castType (Results 1 - 14 of 14) sorted by null

  /external/javassist/src/main/javassist/compiler/ast/
CastExpr.java 25 protected int castType;
30 castType = CLASS;
36 castType = type;
42 public int getType() { return castType; }
52 public String getTag() { return "cast:" + castType + ":" + arrayDim; }
InstanceOfExpr.java 33 return "instanceof:" + castType + ":" + arrayDim;
  /external/javassist/src/main/javassist/convert/
TransformAccessArrayField.java 127 String castType = null;
132 castType = getTopType(iterator.lookAhead());
136 if (castType == null)
138 if ("java/lang/Object".equals(castType))
139 castType = null;
146 = iterator.insertGapAt(pos, castType != null ? 5 : 2, false);
153 if (castType != null) {
154 int index = cp.addClassInfo(castType);
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ViewTypeDetector.java 138 String castType = cast.astTypeReference().getTypeName();
150 checkCompatible(context, castType, layoutType, cast);
159 private void checkCompatible(JavaContext context, String castType, String layoutType,
161 if (layoutType != null && !layoutType.equals(IGNORE) && !layoutType.equals(castType)) {
162 if (!context.getSdkInfo().isSubViewOf(castType, layoutType)) {
165 castType, layoutType);
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 69 QualType castType = E->getType();
73 if (castType->isObjCObjectPointerType() &&
76 if (!castType->isObjCObjectPointerType() &&
81 bool castRetainable = castType->isObjCIndirectLifetimeType();
92 if (castType->isObjCObjectPointerType())
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaCast.cpp 37 enum CastType {
154 // %0: Cast Type (a value from the CastType enumeration)
302 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
378 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
391 S.Diag(opRange.getBegin(), msg) << castType
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp     [all...]
RewriteObjC.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 529 milliseconds