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

References

tools/clang/include/clang/AST/DeclObjC.h
 2795       : Decl(ObjCPropertyImpl, DC, L), AtLoc(atLoc),
 2865   static bool classofKind(Decl::Kind K) { return K == ObjCPropertyImpl; }
tools/clang/lib/AST/Decl.cpp
 1381     case Decl::ObjCPropertyImpl:
tools/clang/lib/AST/DeclBase.cpp
  781     case ObjCPropertyImpl:
tools/clang/lib/CodeGen/CGDecl.cpp
   86   case Decl::ObjCPropertyImpl:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3801   case Decl::ObjCPropertyImpl:
tools/clang/lib/Serialization/ASTCommon.cpp
  382   case Decl::ObjCPropertyImpl:
tools/clang/tools/libclang/CIndex.cpp
 6281   case Decl::ObjCPropertyImpl:
 7750     case Decl::ObjCPropertyImpl: