reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
 6079   if (lifetime == Qualifiers::OCL_Autoreleasing) {
 6097   } else if (lifetime == Qualifiers::OCL_None) {
 6102     lifetime = type->getObjCARCImplicitLifetime();
 6103     type = Context.getLifetimeQualifiedType(type, lifetime);
 6109     if (lifetime && lifetime != Qualifiers::OCL_ExplicitNone &&
 6109     if (lifetime && lifetime != Qualifiers::OCL_ExplicitNone &&