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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
11855   case attr::ObjCIndependentClass:
12435   case attr::ObjCIndependentClass:
13015   case attr::ObjCIndependentClass:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 4315     case attr::ObjCIndependentClass:
gen/tools/clang/include/clang/AST/Attrs.inc
 9908     : InheritableAttr(Ctx, CommonInfo, attr::ObjCIndependentClass, false, false)
 9918   static bool classof(const Attr *A) { return A->getKind() == attr::ObjCIndependentClass; }
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  853     case attr::ObjCIndependentClass: {
 1893     case attr::ObjCIndependentClass: {
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 1637   case attr::ObjCIndependentClass: {
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1232   case attr::ObjCIndependentClass: {
tools/clang/tools/libclang/CXCursor.cpp
   70     case attr::ObjCIndependentClass: return CXCursor_ObjCIndependentClass;