HomeSort by relevance Sort by last modified time
    Searched refs:FindPropertyDeclaration (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 96 /// FindPropertyDeclaration - Finds declaration of the property given its name
99 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
112 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
122 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
129 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
134 return superClass->FindPropertyDeclaration(PropertyId);
143 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
176 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 390 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
413 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
    [all...]
SemaObjCProperty.cpp 605 property = IDecl->FindPropertyDeclaration(PropertyId);
646 property = Category->FindPropertyDeclaration(PropertyId);
    [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 498 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]

Completed in 457 milliseconds