Home
last modified time | relevance | path

Searched defs:PDecl (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/Sema/
DSemaObjCProperty.cpp362 ObjCPropertyDecl *PDecl = in HandlePropertyInClassExtension() local
544 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, in CreatePropertyDecl() local
736 if (const ObjCProtocolDecl *PDecl = (*PI)->getDefinition()) in DiagnosePropertyMismatchDeclInProtocols() local
744 if (const ObjCProtocolDecl *PDecl = (*PI)->getDefinition()) in DiagnosePropertyMismatchDeclInProtocols() local
1491 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { in CollectImmediateProperties() local
2037 void Sema::CheckObjCPropertyAttributes(Decl *PDecl, in CheckObjCPropertyAttributes()
DSemaDeclObjC.cpp652 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency() local
685 ObjCProtocolDecl *PDecl = 0; in ActOnStartProtocolInterface() local
744 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolId[i].first, in FindProtocolDeclaration() local
821 ObjCProtocolDecl *PDecl in ActOnForwardProtocolDeclaration() local
1610 ObjCProtocolDecl *PDecl, in CheckProtocolMethodDefs()
DSemaExprObjC.cpp1027 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
1431 const ObjCPropertyDecl *PDecl = 0; in DiagnoseARCUseOfWeakReceiver() local
DSemaExprMember.cpp395 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl, in FindGetterSetterNameDeclFromProtocolList()
DSemaCodeComplete.cpp2551 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString() local
2632 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString() local
DSemaDeclAttr.cpp4408 if (const ObjCProtocolDecl *PDecl = dyn_cast_or_null<ObjCProtocolDecl>(DC)) { in handleObjCRequiresSuperAttr() local
/external/clang/lib/ARCMigrate/
DObjCMT.cpp314 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
344 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
502 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
721 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) in HandleTranslationUnit() local
DTransZeroOutPropsInDealloc.cpp208 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
/external/clang/lib/AST/
DDeclObjC.cpp1447 ObjCProtocolDecl *PDecl = this; in lookupProtocolNamed() local
1498 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement() local
1517 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties() local
DDeclPrinter.cpp1074 void DeclPrinter::VisitObjCPropertyDecl(ObjCPropertyDecl *PDecl) { in VisitObjCPropertyDecl()
DASTContext.cpp450 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp991 void RewriteObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1136 ParmVarDecl *PDecl = *PI; in RewriteObjCMethodDecl() local
5188 ObjCProtocolDecl *PDecl, StringRef prefix, in RewriteObjCProtocolMetaData()
DRewriteModernObjC.cpp1155 void RewriteModernObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1316 ParmVarDecl *PDecl = *PI; in RewriteObjCMethodDecl() local
6025 ObjCProtocolDecl *PDecl, in Write_ProtocolExprReferencedMetadata()
7044 void RewriteModernObjC::RewriteObjCProtocolMetaData(ObjCProtocolDecl *PDecl, in RewriteObjCProtocolMetaData()