Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaObjCProperty.cpp512 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, in HandlePropertyInClassExtension() local
615 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, in CreatePropertyDecl() local
846 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) in SelectPropertyForSynthesisFromProtocols() local
853 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) in SelectPropertyForSynthesisFromProtocols() local
1794 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { in CollectImmediateProperties() local
2066 for (auto *PDecl : IDecl->all_referenced_protocols()) { in DiagnoseUnimplementedProperties() local
2639 void Sema::CheckObjCPropertyAttributes(Decl *PDecl, in CheckObjCPropertyAttributes()
DSemaDeclObjC.cpp1192 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), in CheckForwardProtocolDeclarationForCircularDependency() local
1221 ObjCProtocolDecl *PDecl = nullptr; in ActOnStartProtocolInterface() local
1278 static bool NestedProtocolHasNoDefinition(ObjCProtocolDecl *PDecl, in NestedProtocolHasNoDefinition()
1302 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); in FindProtocolDeclaration() local
1782 ObjCProtocolDecl *PDecl in ActOnForwardProtocolDeclaration() local
2658 static void findProtocolsWithExplicitImpls(const ObjCProtocolDecl *PDecl, in findProtocolsWithExplicitImpls()
2684 ObjCProtocolDecl *PDecl, in CheckProtocolMethodDefs()
3926 Sema &S, ObjCProtocolDecl *PDecl, ObjCCategoryDecl *CDecl) { in DiagnoseCategoryDirectMembersProtocolConformance()
5330 const ObjCPropertyDecl *PDecl; in DiagnoseUnusedBackingIvarInAccessor() local
DSemaExprObjC.cpp1392 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
2079 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() local
4194 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast() local
4360 if (const ObjCPropertyDecl *PDecl = in CheckObjCBridgeRelatedConversions() local
DSemaExprMember.cpp428 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl, in FindGetterSetterNameDeclFromProtocolList()
DSemaCodeComplete.cpp3651 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getCompletionComment() local
3668 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); in getPatternCompletionComment() local
DSemaDeclAttr.cpp5581 if (const auto *PDecl = dyn_cast_or_null<ObjCProtocolDecl>(DC)) { in handleObjCRequiresSuperAttr() local
7490 if (const auto *PDecl = dyn_cast<ParmVarDecl>(D)) { in handleOpenCLAccessAttr() local
DSemaExpr.cpp16019 const ObjCProtocolDecl *PDecl = nullptr; in DiagnoseAssignmentResult() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
DObjCMT.cpp610 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
637 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
869 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
1861 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { in HandleTranslationUnit() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp407 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp1933 ObjCProtocolDecl *PDecl = this; in lookupProtocolNamed() local
1982 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectPropertiesToImplement() local
1999 if (const ObjCProtocolDecl *PDecl = getDefinition()) { in collectInheritedProtocolProperties() local
DDeclPrinter.cpp1474 void DeclPrinter::VisitObjCPropertyDecl(ObjCPropertyDecl *PDecl) { in VisitObjCPropertyDecl()
DASTContext.cpp579 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) in getCommentForDecl() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountDiagnostics.cpp868 const Decl *PDecl = Region->getDecl(); in deriveParamLocation() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp1154 void RewriteModernObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1291 for (const auto *PDecl : OMD->parameters()) { in RewriteObjCMethodDecl() local
5811 ObjCProtocolDecl *PDecl, in Write_ProtocolExprReferencedMetadata()
6839 void RewriteModernObjC::RewriteObjCProtocolMetaData(ObjCProtocolDecl *PDecl, in RewriteObjCProtocolMetaData()
DRewriteObjC.cpp988 void RewriteObjC::RewriteProtocolDecl(ObjCProtocolDecl *PDecl) { in RewriteProtocolDecl()
1125 for (const auto *PDecl : OMD->parameters()) { in RewriteObjCMethodDecl() local
5076 ObjCProtocolDecl *PDecl, StringRef prefix, in RewriteObjCProtocolMetaData()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1603 const Decl *PDecl = parm; in GenOpenCLArgMetadata() local