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

  /external/clang/lib/AST/
DeclObjC.cpp 125 /// FindPropertyDeclaration - Finds declaration of the property given its name
128 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
147 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
159 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
167 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
172 return superClass->FindPropertyDeclaration(PropertyId);
181 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
214 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 382 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
405 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
    [all...]
SemaObjCProperty.cpp     [all...]
SemaPseudoObject.cpp 572 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
    [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 549 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]

Completed in 82 milliseconds