Searched defs:PDecl (Results 1 – 13 of 13) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 362 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()
|
D | SemaDeclObjC.cpp | 652 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()
|
D | SemaExprObjC.cpp | 1027 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local 1431 const ObjCPropertyDecl *PDecl = 0; in DiagnoseARCUseOfWeakReceiver() local
|
D | SemaExprMember.cpp | 395 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl, in FindGetterSetterNameDeclFromProtocolList()
|
D | SemaCodeComplete.cpp | 2551 if (const ObjCPropertyDecl *PDecl = M->findPropertyDecl()) in CreateCodeCompletionString() local 2632 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in CreateCodeCompletionString() local
|
D | SemaDeclAttr.cpp | 4408 if (const ObjCProtocolDecl *PDecl = dyn_cast_or_null<ObjCProtocolDecl>(DC)) { in handleObjCRequiresSuperAttr() local
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 314 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
|
D | TransZeroOutPropsInDealloc.cpp | 208 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1447 ObjCProtocolDecl *PDecl = this; in lookupProtocolNamed() local 1498 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement() local 1517 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties() local
|
D | DeclPrinter.cpp | 1074 void DeclPrinter::VisitObjCPropertyDecl(ObjCPropertyDecl *PDecl) { in VisitObjCPropertyDecl()
|
D | ASTContext.cpp | 450 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl() local
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 991 void RewriteObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl() 1136 ParmVarDecl *PDecl = *PI; in RewriteObjCMethodDecl() local 5188 ObjCProtocolDecl *PDecl, StringRef prefix, in RewriteObjCProtocolMetaData()
|
D | RewriteModernObjC.cpp | 1155 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()
|