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 340 IdentifierInfo *PropertyId = FD.D.getIdentifier();
351 = ObjCPropertyDecl::findPropertyDecl(*Ext, PropertyId)) {
364 PropertyId, AtLoc, LParenLoc, T);
391 CCPrimary->FindPropertyVisibleInPrimaryClass(PropertyId);
516 IdentifierInfo *PropertyId = FD.D.getIdentifier();
530 Diag(AtLoc, diag::warn_implements_nscopying) << PropertyId;
538 PropertyId, AtLoc, LParenLoc, TInfo);
541 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 97 IdentifierInfo *propertyID) {
106 DeclContext::lookup_const_result R = DC->lookup(propertyID);
126 /// in 'PropertyId' and returns it. It returns 0, if not found.
128 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
137 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
147 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
159 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
167 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
172 return superClass->FindPropertyDeclaration(PropertyId);
181 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 549 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 39 milliseconds