Searched defs:castType (Results 1 - 5 of 5) 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.cpp379 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
387 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType))
390 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExprObjC.cpp1853 QualType castType, ARCConversionTypeClass castACTC,
1890 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
1891 << castType
1913 << castType
1921 << castType
1930 << srcKind << castExprType << castType
1935 Sema::CheckObjCARCConversion(SourceRange castRange, QualType castType, argument
1941 QualType effCastType = castType;
1942 if (const ReferenceType *ref = castType->getAs<ReferenceType>())
1952 if (castACTC == ACTC_none && castType
1852 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
2003 QualType castType; local
2070 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaExpr.cpp4254 QualType castType = castTInfo->getType(); local
4255 Ty = CreateParsedType(castType, castTInfo);
4264 && castType->isVectorType() && (PE || PLE)) {
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp3159 QualType castType = local
3163 castType = Context->getPointerType(castType);
3164 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3190 castType = getSimpleFunctionType(returnType, &ArgTypes[0], ArgTypes.size(),
3192 castType = Context->getPointerType(castType);
3193 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,

Completed in 178 milliseconds