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

/external/clang/lib/AST/
H A DDeclObjC.cpp182 /// FindPropertyDeclaration - Finds declaration of the property given its name
185 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const { function in class:ObjCContainerDecl
203 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
212 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
218 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
223 return superClass->FindPropertyDeclaration(PropertyId);
231 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
261 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
/external/clang/lib/Sema/
H A DSemaExprMember.cpp399 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
420 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) {
1300 if (IsArrow && IDecl->FindPropertyDeclaration(Member)) {
H A DSemaObjCProperty.cpp829 property = IDecl->FindPropertyDeclaration(PropertyId);
907 property = Category->FindPropertyDeclaration(PropertyId);
H A DSemaPseudoObject.cpp625 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
H A DSemaExprObjC.cpp1583 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(Member)) {
1598 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) {
H A DSemaLookup.cpp3911 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(Name)) {
H A DSemaCodeComplete.cpp5980 = Class->FindPropertyDeclaration(PropertyName)) {
/external/clang/include/clang/AST/
H A DDeclObjC.h594 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
/external/lldb/source/Expression/
H A DClangASTSource.cpp1208 DeclFromUser<ObjCPropertyDecl> origin_property_decl(origin_iface_decl->FindPropertyDeclaration(&name_identifier));

Completed in 1240 milliseconds