Home
last modified time | relevance | path

Searched refs:IsClassExtension (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DPropertyDeclarationCheck.cpp119 CategoryDecl->IsClassExtension()) { in check()
120 NamingStyle Style = CategoryDecl->IsClassExtension() ? StandardProperty in check()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaObjCProperty.cpp196 if (CDecl->IsClassExtension()) { in ActOnProperty()
258 if (!Cat->IsClassExtension()) in ActOnProperty()
1027 if (!Category || !Category->IsClassExtension()) return false; in hasWrittenStorageAttribute()
1132 if (!CD->IsClassExtension()) { in ActOnPropertyImplDecl()
2109 if (C && !C->IsClassExtension()) in DiagnoseUnimplementedProperties()
2393 if (CatDecl->IsClassExtension()) in ProcessPropertyDecl()
2404 if (CatDecl->IsClassExtension()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp132 << CD->IsClassExtension() << PD in diagnoseNoescape()
450 if (CD->IsClassExtension()) { in ActOnStartOfObjCMethodDef()
1889 if (CDecl->IsClassExtension()) in ActOnStartCategoryInterface()
2906 ImmediateClass && Cat->IsClassExtension(), in MatchAllMethodDeclarations()
3040 if (!C->IsClassExtension()) { in ImplMethodsVsClassMethods()
3315 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3820 if (cast<ObjCCategoryDecl>(CurContext)->IsClassExtension()) in getObjCContainerKind()
3850 if (CategoryDecl->IsClassExtension()) { in DiagnoseVariableSizedIvars()
3961 << CDecl->IsClassExtension() << CDecl << PDecl << IDecl; in DiagnoseCategoryDirectMembersProtocolConformance()
4068 if (C->IsClassExtension()) { in ActOnAtEnd()
[all …]
H A DSemaDecl.cpp17793 if (LangOpts.ObjCRuntime.isFragile() || !CDecl->IsClassExtension()) { in ActOnIvar()
17794 Diag(Loc, diag::err_misplaced_ivar) << CDecl->IsClassExtension(); in ActOnIvar()
17861 if (!CD->IsClassExtension()) in ActOnLastBitfield()
H A DSemaDeclAttr.cpp6002 cast<ObjCCategoryDecl>(Ctx)->IsClassExtension())) { in handleObjCDesignatedInitializer()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclObjC.cpp142 if (Cat->IsClassExtension()) in HasUserDeclaredSetterMethod()
288 if (!Cat->IsClassExtension()) in FindPropertyDeclaration()
308 if (!OCD->IsClassExtension()) in FindPropertyDeclaration()
1858 assert(CD->IsClassExtension() && "invalid container for ivar!"); in getContainingInterface()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDeclObjC.h2386 bool IsClassExtension() const { return getIdentifier() == nullptr; } in IsClassExtension() function
2895 return !Cat->isInvalidDecl() && Cat->IsClassExtension() && in isVisibleExtension()
2900 return !Cat->isInvalidDecl() && Cat->IsClassExtension(); in isKnownExtension()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp378 if (OC->IsClassExtension()) { in getFunctionName()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp815 if (!CatDecl || !CatDecl->IsClassExtension()) in findShadowedPropertyDecl()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DAST.cpp366 if (CD->IsClassExtension()) { in getCorrespondingObjCImpl()
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp441 if (CD->IsClassExtension()) { in VisitObjCContainerDecl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp755 SourceLocation CategoryLoc = D->IsClassExtension() ? ClassLoc in handleObjCCategory()
H A DCIndex.cpp1127 if (!CDecl || !CDecl->IsClassExtension()) in VisitObjCPropertyDecl()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1373 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp272 if (OC->IsClassExtension()) { in getObjCMethodName()