Searched refs:FindPropertyDeclaration (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp96 /// FindPropertyDeclaration - Finds declaration of the property given its name
99 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const { function in class:ObjCContainerDecl
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))
/external/clang/lib/Sema/
H A DSemaExprMember.cpp390 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
413 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
1215 if (IsArrow && IDecl->FindPropertyDeclaration(Member)) {
H A DSemaObjCProperty.cpp740 property = IDecl->FindPropertyDeclaration(PropertyId);
802 property = Category->FindPropertyDeclaration(PropertyId);
1404 Category->FindPropertyDeclaration(PDecl->getIdentifier());
H A DSemaPseudoObject.cpp543 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
H A DSemaExprObjC.cpp1389 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(Member)) {
1406 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
H A DSemaLookup.cpp3493 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) {
H A DSemaCodeComplete.cpp5939 = Class->FindPropertyDeclaration(PropertyName)) {
/external/clang/include/clang/AST/
H A DDeclObjC.h521 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;

Completed in 137 milliseconds