Searched defs:castType (Results 1 - 10 of 10) 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.cpp384 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
388 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
392 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExprObjC.cpp2944 QualType castType,
3011 castCode += castType.getAsString();
3020 castCode += castType.getAsString();
3040 QualType castType, ARCConversionTypeClass castACTC,
3079 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
3080 << castType
3094 castType, castExpr, realCast, "__bridge ", 0);
3106 castType, castExpr, realCast, "__bridge_transfer ",
3121 << castType
3133 castType, castExp
2940 addFixitForObjCARCConversion(Sema &S, DiagnosticBuilder &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3039 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
3159 CheckObjCARCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool DiagnoseCFAudited) argument
3261 QualType castType; local
3328 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaExpr.cpp5013 QualType castType = castTInfo->getType(); local
5014 Ty = CreateParsedType(castType, castTInfo);
5023 && 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.cpp2739 QualType castType = local
2741 castType = Context->getPointerType(castType);
2742 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2876 QualType castType = local
2878 castType = Context->getPointerType(castType);
2879 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
3049 QualType castType = local
3051 castType
3192 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
3635 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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 283 milliseconds