Searched defs:castType (Results 1 - 8 of 8) 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.cpp378 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
391 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExprObjC.cpp2768 QualType castType,
2817 castCode += castType.getAsString();
2837 QualType castType, ARCConversionTypeClass castACTC,
2875 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
2876 << castType
2887 castType, castExpr, "__bridge ", 0);
2895 castType, castExpr, "__bridge_transfer ",
2910 << castType
2920 castType, castExpr, "__bridge ", 0);
2926 << castType << b
2764 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, const char *bridgeKeyword, const char *CFBridgeName) argument
2836 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
2942 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK) argument
3037 QualType castType; local
3104 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaExpr.cpp4483 QualType castType = castTInfo->getType(); local
4484 Ty = CreateParsedType(castType, castTInfo);
4493 && castType->isVectorType() && (PE || PLE)) {
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp2654 QualType castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(), local
2656 castType = Context->getPointerType(castType);
2657 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3036 QualType castType = local
3040 castType = Context->getPointerType(castType);
3041 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
H A DRewriteModernObjC.cpp2667 QualType castType = local
2670 castType = Context->getPointerType(castType);
2671 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2805 QualType castType = local
2808 castType = Context->getPointerType(castType);
2809 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2979 QualType castType = local
2982 castType
3095 QualType castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(), local
3535 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 ...

Completed in 185 milliseconds