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 219 IdentifierInfo *PropertyId = FD.D.getIdentifier();
229 ObjCPropertyDecl::findPropertyDecl(ClsExtDecl, PropertyId)) {
241 PropertyId, AtLoc, LParenLoc, T);
264 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
389 IdentifierInfo *PropertyId = FD.D.getIdentifier();
403 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
411 PropertyId, AtLoc, LParenLoc, TInfo);
414 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
579 IdentifierInfo *PropertyId,
605 property = IDecl->FindPropertyDeclaration(PropertyId);
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 85 IdentifierInfo *propertyID) {
88 llvm::tie(I, E) = DC->lookup(propertyID);
97 /// in 'PropertyId' and returns it. It returns 0, if not found.
99 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
102 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
112 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
122 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
129 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
134 return superClass->FindPropertyDeclaration(PropertyId);
143 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 498 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
854 *FindPropertyVisibleInPrimaryClass(IdentifierInfo *PropertyId) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 570 milliseconds