/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 512 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, HandlePropertyInClassExtension() local 615 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, CreatePropertyDecl() local 846 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) SelectPropertyForSynthesisFromProtocols() local 853 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) SelectPropertyForSynthesisFromProtocols() local 1793 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { CollectImmediateProperties() local 2062 for (auto *PDecl : IDecl->all_referenced_protocols()) { DiagnoseUnimplementedProperties() local 2631 CheckObjCPropertyAttributes(Decl * PDecl,SourceLocation Loc,unsigned & Attributes,bool propertyInPrimaryClass) CheckObjCPropertyAttributes() argument [all...] |
H A D | SemaDeclObjC.cpp | 1201 if (ObjCProtocolDecl *PDecl = LookupProtocol((*I)->getIdentifier(), CheckForwardProtocolDeclarationForCircularDependency() local 1230 ObjCProtocolDecl *PDecl = nullptr; ActOnStartProtocolInterface() local 1294 NestedProtocolHasNoDefinition(ObjCProtocolDecl * PDecl,ObjCProtocolDecl * & UndefinedProtocol) NestedProtocolHasNoDefinition() argument 1318 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); FindProtocolDeclaration() local 1798 ObjCProtocolDecl *PDecl ActOnForwardProtocolDeclaration() local 2680 findProtocolsWithExplicitImpls(const ObjCProtocolDecl * PDecl,ProtocolNameSet & PNS) findProtocolsWithExplicitImpls() argument 2705 CheckProtocolMethodDefs(Sema & S,ObjCImplDecl * Impl,ObjCProtocolDecl * PDecl,bool & IncompleteImpl,const Sema::SelectorSet & InsMap,const Sema::SelectorSet & ClsMap,ObjCContainerDecl * CDecl,LazyProtocolNameSet & ProtocolsExplictImpl) CheckProtocolMethodDefs() argument 3941 DiagnoseCategoryDirectMembersProtocolConformance(Sema & S,ObjCProtocolDecl * PDecl,ObjCCategoryDecl * CDecl) DiagnoseCategoryDirectMembersProtocolConformance() argument 5350 const ObjCPropertyDecl *PDecl; DiagnoseUnusedBackingIvarInAccessor() local [all...] |
H A D | SemaExprObjC.cpp | 1391 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); ParseObjCProtocolExpression() local 2079 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { HandleExprPropertyRefExpr() local 4190 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) CheckObjCBridgeRelatedCast() local 4356 if (const ObjCPropertyDecl *PDecl = CheckObjCBridgeRelatedConversions() local [all...] |
H A D | SemaExprMember.cpp | 462 FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl * PDecl,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDeclFromProtocolList() argument
|
H A D | SemaCodeComplete.cpp | 3770 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getCompletionComment() local 3787 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getPatternCompletionComment() local
|
H A D | SemaDeclAttr.cpp | 6224 if (const auto *PDecl = dyn_cast_if_present<ObjCProtocolDecl>(DC)) { handleObjCRequiresSuperAttr() local 8431 if (const auto *PDecl = dyn_cast<ParmVarDecl>(D)) { handleOpenCLAccessAttr() local
|
H A D | SemaExpr.cpp | 17668 const ObjCProtocolDecl *PDecl = nullptr; DiagnoseAssignmentResult() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransZeroOutPropsInDealloc.cpp | 203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
|
H A D | ObjCMT.cpp | 606 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local 633 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local 865 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local 1854 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { HandleTranslationUnit() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 439 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1989 if ((PDecl = I->lookupProtocolNamed(Name))) in lookupProtocolNamed() local 2049 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectPropertiesToImplement() local 2065 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectInheritedProtocolProperties() local [all...] |
H A D | DeclPrinter.cpp | 1630 VisitObjCPropertyDecl(ObjCPropertyDecl * PDecl) VisitObjCPropertyDecl() argument [all...] |
H A D | ASTContext.cpp | 605 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) getCommentForDecl() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 861 const Decl *PDecl = Region->getDecl(); in deriveParamLocation() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1155 SourceLocation LocStart = PDecl->getBeginLoc(); in RewriteProtocolDecl() argument 1292 for (const auto *PDecl : OMD->parameters()) { RewriteObjCMethodDecl() local 5810 Write_ProtocolExprReferencedMetadata(ASTContext * Context,ObjCProtocolDecl * PDecl,std::string & Result) Write_ProtocolExprReferencedMetadata() argument 6838 RewriteObjCProtocolMetaData(ObjCProtocolDecl * PDecl,std::string & Result) RewriteObjCProtocolMetaData() argument [all...] |
H A D | RewriteObjC.cpp | 988 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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2232 const Decl *PDecl = parm; GenKernelArgMetadata() local
|