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

  /external/clang/lib/AST/
DeclObjC.cpp 182 /// FindPropertyDeclaration - Finds declaration of the property given its name
185 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
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))
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 399 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
420 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(Member)) {
    [all...]
SemaObjCProperty.cpp     [all...]
SemaPseudoObject.cpp 625 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember))
    [all...]
SemaExprObjC.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 594 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/lldb/source/Expression/
ClangASTSource.cpp     [all...]

Completed in 186 milliseconds