HomeSort by: relevance | last modified time | path
    Searched refs:FindPropertyDeclaration (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 235 /// FindPropertyDeclaration - Finds declaration of the property given its name
237 ObjCPropertyDecl *ObjCContainerDecl::FindPropertyDeclaration(
251 if (auto *P = Ext->FindPropertyDeclaration(PropertyId, QueryKind))
267 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
277 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(
284 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
290 return superClass->FindPropertyDeclaration(PropertyId, QueryKind);
298 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
387 if (ObjCPropertyDecl *P = I->FindPropertyDeclaration(PropertyId,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp 432 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(
454 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
1375 IDecl->FindPropertyDeclaration(
SemaExprObjC.cpp 2000 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(
2016 if (ObjCPropertyDecl *PD = I->FindPropertyDeclaration(
2077 !IFace->FindPropertyDeclaration(
2209 if (auto PD = IFace->FindPropertyDeclaration(
SemaObjCProperty.cpp 1038 if (ObjCPropertyDecl *OrigProp = Proto->FindPropertyDeclaration(
1111 property = IDecl->FindPropertyDeclaration(PropertyId, QueryKind);
1191 property = Category->FindPropertyDeclaration(PropertyId, QueryKind);
SemaPseudoObject.cpp 666 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(
SemaLookup.cpp 4647 if (ObjCPropertyDecl *Prop = Class->FindPropertyDeclaration(
SemaCodeComplete.cpp 8105 if (ObjCPropertyDecl *Property = Class->FindPropertyDeclaration(
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1076 FindPropertyDeclaration(const IdentifierInfo *PropertyId,

Completed in 41 milliseconds