/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SmartPtrArrayMismatchCheck.cpp | 28 if (const auto *PDecl = PNode.get<DeclStmt>()) in isInSingleDeclStmt() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 503 ObjCPropertyDecl *PDecl = CreatePropertyDecl(S, CDecl, AtLoc, LParenLoc, HandlePropertyInClassExtension() local 600 ObjCPropertyDecl *PDecl = ObjCPropertyDecl::Create(Context, DC, CreatePropertyDecl() local 831 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) SelectPropertyForSynthesisFromProtocols() local 838 if (const ObjCProtocolDecl *PDecl = PI->getDefinition()) SelectPropertyForSynthesisFromProtocols() local 1773 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(CDecl)) { CollectImmediateProperties() local 2044 for (auto *PDecl : IDecl->all_referenced_protocols()) { DiagnoseUnimplementedProperties() local 2619 CheckObjCPropertyAttributes(Decl * PDecl,SourceLocation Loc,unsigned & Attributes,bool propertyInPrimaryClass) CheckObjCPropertyAttributes() argument [all...] |
H A D | SemaOpenCL.cpp | 59 if (const auto *PDecl = dyn_cast<ParmVarDecl>(D)) { in handleAccessAttr() local
|
H A D | SemaDeclObjC.cpp | 1198 if (PDecl->getIdentifier() == PName) { in CheckForwardProtocolDeclarationForCircularDependency() local 1227 ObjCProtocolDecl *PDecl = nullptr; ActOnStartProtocolInterface() local 1292 NestedProtocolHasNoDefinition(ObjCProtocolDecl * PDecl,ObjCProtocolDecl * & UndefinedProtocol) NestedProtocolHasNoDefinition() argument 1316 ObjCProtocolDecl *PDecl = LookupProtocol(Pair.first, Pair.second); FindProtocolDeclaration() local 1795 ObjCProtocolDecl *PDecl = ActOnForwardProtocolDeclaration() local 2686 findProtocolsWithExplicitImpls(const ObjCProtocolDecl * PDecl,ProtocolNameSet & PNS) findProtocolsWithExplicitImpls() argument 2711 CheckProtocolMethodDefs(Sema & S,ObjCImplDecl * Impl,ObjCProtocolDecl * PDecl,bool & IncompleteImpl,const SemaObjC::SelectorSet & InsMap,const SemaObjC::SelectorSet & ClsMap,ObjCContainerDecl * CDecl,LazyProtocolNameSet & ProtocolsExplictImpl) CheckProtocolMethodDefs() argument 3944 DiagnoseCategoryDirectMembersProtocolConformance(Sema & S,ObjCProtocolDecl * PDecl,ObjCCategoryDecl * CDecl) DiagnoseCategoryDirectMembersProtocolConformance() argument 5368 const ObjCPropertyDecl *PDecl; DiagnoseUnusedBackingIvarInAccessor() local [all...] |
H A D | SemaExprObjC.cpp | 1404 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); ParseObjCProtocolExpression() local 2090 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { HandleExprPropertyRefExpr() local 4197 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) CheckObjCBridgeRelatedCast() local 4364 if (const ObjCPropertyDecl *PDecl = CheckObjCBridgeRelatedConversions() local [all...] |
H A D | SemaExprMember.cpp | 505 FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl * PDecl,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDeclFromProtocolList() argument
|
H A D | SemaObjC.cpp | 1976 if (const auto *PDecl = dyn_cast_if_present<ObjCProtocolDecl>(DC)) { handleRequiresSuperAttr() local
|
H A D | SemaCodeComplete.cpp | 3776 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getCompletionComment() local 3793 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getPatternCompletionComment() local
|
H A D | SemaExpr.cpp | 16569 const ObjCProtocolDecl *PDecl = nullptr; DiagnoseAssignmentResult() local
|
/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()) ClassImplementsAllMethodsAndProperties() local 633 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { ClassImplementsAllMethodsAndProperties() local 865 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; migrateProtocolConformance() local 1855 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { HandleTranslationUnit() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 439 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1983 ObjCProtocolDecl *PDecl = this; lookupProtocolNamed() local 2043 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectPropertiesToImplement() local 2059 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectInheritedProtocolProperties() local [all...] |
H A D | DeclPrinter.cpp | 1592 VisitObjCPropertyDecl(ObjCPropertyDecl * PDecl) VisitObjCPropertyDecl() argument [all...] |
H A D | ASTContext.cpp | 608 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) getCommentForDecl() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 861 const Decl *PDecl = Region->getDecl(); deriveParamLocation() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 1154 SourceLocation LocStart = PDecl->getBeginLoc(); in RewriteProtocolDecl() argument 1291 for (const auto *PDecl : OMD->parameters()) { RewriteObjCMethodDecl() local 5808 Write_ProtocolExprReferencedMetadata(ASTContext * Context,ObjCProtocolDecl * PDecl,std::string & Result) Write_ProtocolExprReferencedMetadata() argument 6836 RewriteObjCProtocolMetaData(ObjCProtocolDecl * PDecl,std::string & Result) RewriteObjCProtocolMetaData() argument [all...] |
H A D | RewriteObjC.cpp | 988 assert(PDecl->isThisDeclarationADefinition()); in RewriteProtocolDecl() argument 1125 if (PDecl->getType()->isObjCQualifiedIdType()) { in RewriteObjCMethodDecl() local 5076 RewriteObjCProtocolMetaData(ObjCProtocolDecl * PDecl,StringRef prefix,StringRef ClassName,std::string & Result) RewriteObjCProtocolMetaData() argument [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 2256 const Decl *PDecl = parm; GenKernelArgMetadata() local
|