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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11857   case attr::ObjCInertUnsafeUnretained:
12437   case attr::ObjCInertUnsafeUnretained:
13017   case attr::ObjCInertUnsafeUnretained:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4317     case attr::ObjCInertUnsafeUnretained:
gen/tools/clang/include/clang/AST/Attrs.inc
 9948     : TypeAttr(Ctx, CommonInfo, attr::ObjCInertUnsafeUnretained, false)
 9958   static bool classof(const Attr *A) { return A->getKind() == attr::ObjCInertUnsafeUnretained; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  857     case attr::ObjCInertUnsafeUnretained: {
 1896     case attr::ObjCInertUnsafeUnretained: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 1645   case attr::ObjCInertUnsafeUnretained: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1238   case attr::ObjCInertUnsafeUnretained: {
tools/clang/include/clang/AST/Type.h
 2038     return hasAttr(attr::ObjCInertUnsafeUnretained);
tools/clang/lib/AST/Type.cpp
 3327   case attr::ObjCInertUnsafeUnretained:
tools/clang/lib/AST/TypePrinter.cpp
 1467   if (T->getAttrKind() == attr::ObjCInertUnsafeUnretained)
 1509   case attr::ObjCInertUnsafeUnretained: