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 192 /// FindPropertyDeclaration - Finds declaration of the property given its name
194 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration(
207 if (auto *P = Ext->FindPropertyDeclaration(PropertyId))
222 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
231 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
237 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
242 return superClass->FindPropertyDeclaration(PropertyId);
250 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
336 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 400 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
421 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) {
    [all...]
SemaObjCProperty.cpp     [all...]
SemaExprObjC.cpp     [all...]
SemaPseudoObject.cpp 661 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
    [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 781 FindPropertyDeclaration(const IdentifierInfo *PropertyId) const;
    [all...]

Completed in 217 milliseconds