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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 210 IdentifierInfo *PropertyId = FD.D.getIdentifier();
220 ObjCPropertyDecl::findPropertyDecl(ClsExtDecl, PropertyId)) {
232 PropertyId, AtLoc, T);
255 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
357 IdentifierInfo *PropertyId = FD.D.getIdentifier();
371 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
379 PropertyId, AtLoc, TInfo);
382 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
520 IdentifierInfo *PropertyId,
544 property = IDecl->FindPropertyDeclaration(PropertyId);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 83 IdentifierInfo *propertyID) {
86 llvm::tie(I, E) = DC->lookup(propertyID);
95 /// in 'PropertyId' and returns it. It returns 0, if not found.
97 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
100 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
110 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
120 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
127 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
132 return superClass->FindPropertyDeclaration(PropertyId);
141 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 489 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
732 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1048 milliseconds