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;
546 PropertyId, AtLoc, LParenLoc, TInfo);
549 ObjCPropertyDecl::findPropertyDecl(DC, PropertyId)) {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 164 IdentifierInfo *propertyID) {
173 DeclContext::lookup_const_result R = DC->lookup(propertyID);
193 /// in 'PropertyId' and returns it. It returns 0, if not found.
195 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
204 ObjCPropertyDecl::findPropertyDecl(cast<DeclContext>(this), PropertyId))
214 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
226 if (ObjCPropertyDecl *P = Cat->FindPropertyDeclaration(PropertyId))
234 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
239 return superClass->FindPropertyDeclaration(PropertyId);
248 if (ObjCPropertyDecl *P = (*I)->FindPropertyDeclaration(PropertyId))
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 552 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 3027 milliseconds