Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp348 ObjCPropertyDecl *PDecl = in HandlePropertyInClassExtension() local
562 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, in CreatePropertyDecl() local
752 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) in DiagnosePropertyMismatchDeclInProtocols() local
758 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) in DiagnosePropertyMismatchDeclInProtocols() local
1445 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { in CollectImmediateProperties() local
1678 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties() local
2076 void Sema::CheckObjCPropertyAttributes(Decl *PDecl, in CheckObjCPropertyAttributes()
DSemaDeclObjC.cpp683 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency() local
716 ObjCProtocolDecl *PDecl = nullptr; in ActOnStartProtocolInterface() local
766 static bool NestedProtocolHasNoDefinition(ObjCProtocolDecl *PDecl, in NestedProtocolHasNoDefinition()
790 ObjCProtocolDecl *PDecl = LookupProtocol(ProtocolId[i].first, in FindProtocolDeclaration() local
867 ObjCProtocolDecl *PDecl in ActOnForwardProtocolDeclaration() local
1654 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls()
1680 ObjCProtocolDecl *PDecl, in CheckProtocolMethodDefs()
3529 const ObjCPropertyDecl *PDecl; in DiagnoseUnusedBackingIvarInAccessor() local
DSemaExprObjC.cpp1103 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
1507 const ObjCPropertyDecl *PDecl = nullptr; in DiagnoseARCUseOfWeakReceiver() local
3467 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast() local
3621 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions() local
DSemaExprMember.cpp394 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl, in FindGetterSetterNameDeclFromProtocolList()
DSemaCodeComplete.cpp2550 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString() local
2631 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString() local
DSemaDeclAttr.cpp3514 if (const ObjCProtocolDecl *PDecl = dyn_cast_or_null<ObjCProtocolDecl>(DC)) { in handleObjCRequiresSuperAttr() local
DSemaExpr.cpp10855 const ObjCProtocolDecl *PDecl = nullptr; in DiagnoseAssignmentResult() local
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp206 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
DObjCMT.cpp505 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
533 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
737 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
1725 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) in HandleTranslationUnit() local
/external/clang/lib/AST/
DDeclObjC.cpp1522 ObjCProtocolDecl *PDecl = this; in lookupProtocolNamed() local
1572 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement() local
1588 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties() local
DDeclPrinter.cpp1075 void DeclPrinter::VisitObjCPropertyDecl(ObjCPropertyDecl *PDecl) { in VisitObjCPropertyDecl()
DASTContext.cpp467 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl() local
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp993 void RewriteObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1130 for (const auto *PDecl : OMD->params()) { in RewriteObjCMethodDecl() local
5133 ObjCProtocolDecl *PDecl, StringRef prefix, in RewriteObjCProtocolMetaData()
DRewriteModernObjC.cpp1175 void RewriteModernObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1328 for (const auto *PDecl : OMD->params()) { in RewriteObjCMethodDecl() local
5950 ObjCProtocolDecl *PDecl, in Write_ProtocolExprReferencedMetadata()
6978 void RewriteModernObjC::RewriteObjCProtocolMetaData(ObjCProtocolDecl *PDecl, in RewriteObjCProtocolMetaData()