HomeSort by relevance Sort by last modified time
    Searched refs:canApplyWeak (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/ARCMigrate/
Transforms.h 49 bool canApplyWeak(ASTContext &Ctx, QualType type);
TransBlockObjCVariable.cpp 101 bool useWeak = canApplyWeak(Pass.Ctx, var->getType());
TransProperties.cpp 145 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props));
170 bool canUseWeak = canApplyWeak(Pass.Ctx, getPropertyType(props));
Transforms.cpp 67 bool trans::canApplyWeak(ASTContext &Ctx, QualType type) {

Completed in 38 milliseconds