HomeSort by: relevance | last modified time | path
    Searched refs:castExprType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 95 QualType castExprType = castExpr->getType();
97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
100 bool exprRetainable = castExprType->isObjCIndirectLifetimeType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 3886 QualType castExprType = castExpr->getType();
3893 ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl)))
3901 srcKind = (castExprType->isPointerType() ? 1 : 0);
3904 srcKind = (castExprType->isBlockPointerType() ? 2 : 3);
3923 << castExprType
3946 << castExprType
3949 << castExprType << br;
3964 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type
3965 << castExprType
4001 << srcKind << castExprType << castTyp
    [all...]

Completed in 18 milliseconds