Searched defs:castType (Results 1 - 9 of 9) sorted by relevance

/external/javassist/src/main/javassist/compiler/ast/
H A DCastExpr.java25 protected int castType; field in class:CastExpr
30 castType = CLASS;
36 castType = type;
42 public int getType() { return castType; }
52 public String getTag() { return "cast:" + castType + ":" + arrayDim; }
/external/clang/lib/Sema/
H A DSemaCast.cpp382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
391 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
395 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExprObjC.cpp2828 QualType castType,
2895 castCode += castType.getAsString();
2904 castCode += castType.getAsString();
2924 QualType castType, ARCConversionTypeClass castACTC,
2963 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
2964 << castType
2978 castType, castExpr, realCast, "__bridge ", 0);
2990 castType, castExpr, realCast, "__bridge_transfer ",
3005 << castType
3017 castType, castExp
2824 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
2923 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3043 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK) argument
3138 QualType castType; local
3205 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaExpr.cpp4617 QualType castType = castTInfo->getType(); local
4618 Ty = CreateParsedType(castType, castTInfo);
4627 && castType->isVectorType() && (PE || PLE)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2639 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
2642 castType = Context->getPointerType(castType);
2643 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3024 QualType castType = local
3026 castType = Context->getPointerType(castType);
3027 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
H A DRewriteModernObjC.cpp2735 QualType castType = local
2737 castType = Context->getPointerType(castType);
2738 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2872 QualType castType = local
2874 castType = Context->getPointerType(castType);
2875 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3045 QualType castType = local
3047 castType
3188 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
3631 QualType castType = local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 375 milliseconds