Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DSmartPtrArrayMismatchCheck.cpp28 if (const auto *PDecl = PNode.get<DeclStmt>()) in isInSingleDeclStmt() local
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp503 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 DSemaOpenCL.cpp59 if (const auto *PDecl = dyn_cast<ParmVarDecl>(D)) { in handleAccessAttr() local
H A DSemaDeclObjC.cpp1198 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 DSemaExprObjC.cpp1404 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 DSemaExprMember.cpp505 FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl * PDecl,IdentifierInfo * Member,const Selector & Sel,ASTContext & Context) FindGetterSetterNameDeclFromProtocolList() argument
H A DSemaObjC.cpp1976 if (const auto *PDecl = dyn_cast_if_present<ObjCProtocolDecl>(DC)) { handleRequiresSuperAttr() local
H A DSemaCodeComplete.cpp3776 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getCompletionComment() local
3793 const ObjCPropertyDecl *PDecl = M->findPropertyDecl(); getPatternCompletionComment() local
H A DSemaExpr.cpp16569 const ObjCProtocolDecl *PDecl = nullptr; DiagnoseAssignmentResult() local
/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()) 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 DBodyFarm.cpp439 const ParmVarDecl *PDecl = D->getParamDecl(ParamIdx); in create_call_once() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1983 ObjCProtocolDecl *PDecl = this; lookupProtocolNamed() local
2043 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectPropertiesToImplement() local
2059 if (const ObjCProtocolDecl *PDecl = getDefinition()) { collectInheritedProtocolProperties() local
[all...]
H A DDeclPrinter.cpp1592 VisitObjCPropertyDecl(ObjCPropertyDecl * PDecl) VisitObjCPropertyDecl() argument
[all...]
H A DASTContext.cpp608 if (const ObjCPropertyDecl *PDecl = OMD->findPropertyDecl()) getCommentForDecl() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp861 const Decl *PDecl = Region->getDecl(); deriveParamLocation() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1154 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 DRewriteObjC.cpp988 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 DCodeGenModule.cpp2256 const Decl *PDecl = parm; GenKernelArgMetadata() local