Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp512 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 DSemaDeclObjC.cpp1201 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 DSemaExprObjC.cpp1391 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 DSemaExprMember.cpp462 FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl * PDecl,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDeclFromProtocolList() argument
H A DSemaCodeComplete.cpp3770 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getCompletionComment() local
3787 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getPatternCompletionComment() local
H A DSemaDeclAttr.cpp6224 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 DSemaExpr.cpp17668 const ObjCProtocolDecl *PDecl = nullptr; DiagnoseAssignmentResult() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar() local
H A DObjCMT.cpp606 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 DBodyFarm.cpp439 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1989 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 DDeclPrinter.cpp1630 VisitObjCPropertyDecl(ObjCPropertyDecl * PDecl) VisitObjCPropertyDecl() argument
[all...]
H A DASTContext.cpp605 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) getCommentForDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp861 const Decl *PDecl = Region->getDecl(); in deriveParamLocation() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1155 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 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-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2232 const Decl *PDecl = parm; GenKernelArgMetadata() local