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

References

tools/clang/include/clang/AST/DeclObjC.h
  802     : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
  961   static bool classofKind(Kind K) { return K == ObjCProperty; }
tools/clang/lib/AST/Comment.cpp
  300   case Decl::ObjCProperty: {
tools/clang/lib/AST/CommentSema.cpp
  892   return ThisDeclInfo->CurrentDecl->getKind() == Decl::ObjCProperty;
tools/clang/lib/AST/Decl.cpp
 1380     case Decl::ObjCProperty:
tools/clang/lib/AST/DeclBase.cpp
  703     case ObjCProperty:
tools/clang/lib/CodeGen/CGDecl.cpp
   79   case Decl::ObjCProperty:
tools/clang/lib/Index/IndexSymbol.cpp
  232     case Decl::ObjCProperty:
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3755   case Decl::ObjCProperty:
tools/clang/lib/Serialization/ASTCommon.cpp
  378   case Decl::ObjCProperty:
tools/clang/tools/libclang/CIndex.cpp
 6430   case Decl::ObjCProperty:
 7749     case Decl::ObjCProperty: