ΒΆbool canApplyWeak(
clang::ASTContext& Ctx,
clang::QualType type,
bool AllowOnUnknownClass = false)
bool canApplyWeak(
clang::ASTContext& Ctx,
clang::QualType type,
bool AllowOnUnknownClass = false)
Description
Determine whether we can add weak to the given type.
Declared at: clang/lib/ARCMigrate/Transforms.h:159
Parameters
- clang::ASTContext& Ctx
- clang::QualType type
- bool AllowOnUnknownClass = false