Home
last modified time | relevance | path

Searched defs:CDecl (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp195 if (ObjCCategoryDecl *CDecl = dyn_cast<ObjCCategoryDecl>(ClassDecl)) { in ActOnProperty() local
419 Diag(CDecl->getLocation(), diag::err_continuation_class); in HandlePropertyInClassExtension() local
559 CreatePropertyDecl(Scope * S,ObjCContainerDecl * CDecl,SourceLocation AtLoc,SourceLocation LParenLoc,FieldDeclarator & FD,Selector GetterSel,SourceLocation GetterNameLoc,Selector SetterSel,SourceLocation SetterNameLoc,const bool isReadWrite,const unsigned Attributes,const unsigned AttributesAsWritten,QualType T,TypeSourceInfo * TInfo,tok::ObjCKeywordKind MethodImplKind,DeclContext * lexicalDC) CreatePropertyDecl() argument
1754 CollectImmediateProperties(ObjCContainerDecl * CDecl,ObjCContainerDecl::PropertyMap & PropMap,ObjCContainerDecl::PropertyMap & SuperPropMap,bool CollectClassPropsOnly=false,bool IncludeProtocols=true) CollectImmediateProperties() argument
1821 CollectSuperClassPropertyImplementations(ObjCInterfaceDecl * CDecl,ObjCInterfaceDecl::PropertyMap & PropMap) CollectSuperClassPropertyImplementations() argument
1994 DiagnoseUnimplementedAccessor(Sema & S,ObjCInterfaceDecl * PrimaryClass,Selector Method,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,ObjCCategoryDecl * C,ObjCPropertyDecl * Prop,llvm::SmallPtrSet<const ObjCMethodDecl *,8> & SMap) DiagnoseUnimplementedAccessor() argument
2030 DiagnoseUnimplementedProperties(Scope * S,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,bool SynthesizeProperties) DiagnoseUnimplementedProperties() argument
[all...]
H A DSemaDeclObjC.cpp1175 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); ActOnCompatibilityAlias() local
1825 ObjCCategoryDecl *CDecl; ActOnStartCategoryInterface() local
1935 ObjCCategoryImplDecl *CDecl = ActOnStartCategoryImplementation() local
2177 for (const auto *CDecl : IDecl->visible_extensions()) { CheckImplementationIvars() local
2707 CheckProtocolMethodDefs(Sema & S,ObjCImplDecl * Impl,ObjCProtocolDecl * PDecl,bool & IncompleteImpl,const Sema::SelectorSet & InsMap,const Sema::SelectorSet & ClsMap,ObjCContainerDecl * CDecl,LazyProtocolNameSet & ProtocolsExplictImpl) CheckProtocolMethodDefs() argument
2833 MatchAllMethodDeclarations(const SelectorSet & InsMap,const SelectorSet & ClsMap,SelectorSet & InsMapSeen,SelectorSet & ClsMapSeen,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,bool & IncompleteImpl,bool ImmediateClass,bool WarnCategoryMethodImpl) MatchAllMethodDeclarations() argument
2981 ImplMethodsVsClassMethods(Scope * S,ObjCImplDecl * IMPDecl,ObjCContainerDecl * CDecl,bool IncompleteImpl) ImplMethodsVsClassMethods() argument
3934 DiagnoseCategoryDirectMembersProtocolConformance(Sema & S,ObjCCategoryDecl * CDecl,const llvm::iterator_range<ObjCProtocolList::iterator> & Protocols) DiagnoseCategoryDirectMembersProtocolConformance() argument
3941 DiagnoseCategoryDirectMembersProtocolConformance(Sema & S,ObjCProtocolDecl * PDecl,ObjCCategoryDecl * CDecl) DiagnoseCategoryDirectMembersProtocolConformance() argument
4082 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) { ActOnAtEnd() local
[all...]
H A DSemaDecl.cpp9050 for (TypoCorrection::const_decl_iterator CDecl = candidate.begin(), ValidateCandidate() local
9146 for (TypoCorrection::decl_iterator CDecl = Correction.begin(), DiagnoseInvalidRedeclaration() local
18862 if (ObjCCategoryDecl *CDecl = ActOnIvar() local
19625 } else if (ObjCCategoryDecl *CDecl = ActOnFields() local
[all...]
H A DSemaCodeComplete.cpp8023 ObjCInterfaceDecl *CDecl = nullptr; CodeCompleteObjCSuperMessage() local
8121 ObjCInterfaceDecl *CDecl = nullptr; AddClassMessageCompletions() local
[all...]
H A DSemaLookup.cpp5526 addCorrectionDecl(NamedDecl * CDecl) addCorrectionDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3757 if (ObjCInterefaceHasBitfieldGroups.count(CDecl)) { in ObjCIvarBitfieldGroupNo() local
861 auto *CDecl = cast<ObjCContainerDecl>(D->getDeclContext()); getIvarAccessString() local
3801 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); GetGroupRecordTypeForObjCIvarBitfield() local
3838 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); ObjCIvarBitfieldGroupDecl() local
3850 const ObjCInterfaceDecl *CDecl = IV->getContainingInterface(); ObjCIvarBitfieldGroupType() local
3875 RewriteObjCInternalStruct(ObjCInterfaceDecl * CDecl,std::string & Result) RewriteObjCInternalStruct() argument
3952 RewriteIvarOffsetSymbols(ObjCInterfaceDecl * CDecl,std::string & Result) RewriteIvarOffsetSymbols() argument
4004 ObjCInterfaceDecl *CDecl = OIMP->getClassInterface(); RewriteImplementations() local
4013 ObjCInterfaceDecl *CDecl = CIMP->getClassInterface(); RewriteImplementations() local
5850 ObjCInterfaceDecl *CDecl = ObjCInterfacesSeen[i]; HandleTranslationUnit() local
6473 Write_class_t(ASTContext * Context,std::string & Result,StringRef VarName,const ObjCInterfaceDecl * CDecl,bool metaclass) Write_class_t() argument
6724 Write_IvarOffsetVar(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCIvarDecl * > Ivars,ObjCInterfaceDecl * CDecl) Write_IvarOffsetVar() argument
6767 Write__ivar_list_t_initializer(RewriteModernObjC & RewriteObj,ASTContext * Context,std::string & Result,ArrayRef<ObjCIvarDecl * > OriginalIvars,StringRef VarName,ObjCInterfaceDecl * CDecl) Write__ivar_list_t_initializer() argument
7002 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); RewriteObjCClassMetaData() local
7166 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); RewriteClassSetupInitHook() local
7267 ObjCCategoryDecl *CDecl RewriteObjCCategoryImplDecl() local
7503 auto *CDecl = cast<ObjCContainerDecl>(D->getDeclContext()); RewriteObjCIvarRefExpr() local
[all...]
H A DRewriteObjC.cpp3086 void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *CDecl, in RewriteObjCInternalStruct()
5266 ObjCInterfaceDecl *CDecl = IDecl->getClassInterface(); in RewriteObjCClassMetaData() local
5620 ObjCCategoryDecl *CDecl in RewriteObjCCategoryImplDecl() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp998 ObjCContainerDecl *CDecl, in migrateMethodInstanceType() argument
1276 migrateAllMethodInstaceType(ASTContext & Ctx,ObjCContainerDecl * CDecl) migrateAllMethodInstaceType() argument
1289 migrateFactoryMethod(ASTContext & Ctx,ObjCContainerDecl * CDecl,ObjCMethodDecl * OM,ObjCInstanceTypeFamily OIT_Family) migrateFactoryMethod() argument
1553 migrateARCSafeAnnotation(ASTContext & Ctx,ObjCContainerDecl * CDecl) migrateARCSafeAnnotation() argument
1847 if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D)) HandleTranslationUnit() local
1912 if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) { HandleTranslationUnit() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h166 void setCorrectionDecl(NamedDecl *CDecl) { in setCorrectionDecl()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp385 PrintConstructorInitializers(CXXConstructorDecl * CDecl,std::string & Proto) PrintConstructorInitializers() argument
711 CXXConstructorDecl *CDecl = dyn_cast<CXXConstructorDecl>(D); VisitFunctionDecl() local
H A DASTContext.cpp2581 CollectInheritedProtocols(const Decl * CDecl,llvm::SmallPtrSet<ObjCProtocolDecl *,8> & Protocols) CollectInheritedProtocols() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp642 ParseObjCInterfaceDeclList(tok::ObjCKeywordKind contextKey,Decl * CDecl) ParseObjCInterfaceDeclList() argument