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

Declarations

tools/clang/include/clang/AST/DeclObjC.h
 1099   FindPropertyDeclaration(const IdentifierInfo *PropertyId,

References

tools/clang/lib/AST/DeclObjC.cpp
  249       if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
  265         if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
  275           if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(
  282         if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
  288         return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
  296           if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
  385     if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
tools/clang/lib/Sema/SemaCodeComplete.cpp
 7352     if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration(
tools/clang/lib/Sema/SemaExprMember.cpp
  435     if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(
  457       if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
 1378             IDecl->FindPropertyDeclaration(
tools/clang/lib/Sema/SemaExprObjC.cpp
 1841   if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(
 1857     if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
 1918       !IFace->FindPropertyDeclaration(
 2049   if (auto PD = IFace->FindPropertyDeclaration(
tools/clang/lib/Sema/SemaLookup.cpp
 4614       if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(
tools/clang/lib/Sema/SemaObjCProperty.cpp
 1032     if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration(
 1078     property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
 1161     property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
tools/clang/lib/Sema/SemaPseudoObject.cpp
  674         if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
 1470       origin_iface_decl->FindPropertyDeclaration(