Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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()
2105 if (C && !C->IsClassExtension()) in DiagnoseUnimplementedProperties()
2389 if (CatDecl->IsClassExtension()) in ProcessPropertyDecl()
2400 if (CatDecl->IsClassExtension()) in ProcessPropertyDecl()
H A DSemaDeclObjC.cpp132 << CD->IsClassExtension() << PD in diagnoseNoescape()
450 if (CD->IsClassExtension()) { in ActOnStartOfObjCMethodDef()
1903 if (CDecl->IsClassExtension()) in ActOnStartCategoryInterface()
2913 ImmediateClass && Cat->IsClassExtension(), in MatchAllMethodDeclarations()
3047 if (!C->IsClassExtension()) { in ImplMethodsVsClassMethods()
3322 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3827 if (cast<ObjCCategoryDecl>(CurContext)->IsClassExtension()) in getObjCContainerKind()
3857 if (CategoryDecl->IsClassExtension()) { in DiagnoseVariableSizedIvars()
3968 << CDecl->IsClassExtension() << CDecl << PDecl << IDecl; in DiagnoseCategoryDirectMembersProtocolConformance()
4075 if (C->IsClassExtension()) { in ActOnAtEnd()
[all …]
H A DSemaDecl.cpp18864 if (LangOpts.ObjCRuntime.isFragile() || !CDecl->IsClassExtension()) { in ActOnIvar()
18865 Diag(Loc, diag::err_misplaced_ivar) << CDecl->IsClassExtension(); in ActOnIvar()
18934 if (!CD->IsClassExtension()) in ActOnLastBitfield()
H A DSemaDeclAttr.cpp6333 cast<ObjCCategoryDecl>(Ctx)->IsClassExtension())) { in handleObjCDesignatedInitializer()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp142 if (Cat->IsClassExtension()) in HasUserDeclaredSetterMethod()
288 if (!Cat->IsClassExtension()) in FindPropertyDeclaration()
308 if (!OCD->IsClassExtension()) in FindPropertyDeclaration()
1893 assert(CD->IsClassExtension() && "invalid container for ivar!"); in getContainingInterface()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2433 bool IsClassExtension() const { return getIdentifier() == nullptr; } in IsClassExtension() function
2944 return !Cat->isInvalidDecl() && Cat->IsClassExtension() && in isVisibleExtension()
2949 return !Cat->isInvalidDecl() && Cat->IsClassExtension(); in isKnownExtension()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp377 if (OC->IsClassExtension()) { in getFunctionName()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp806 if (!CatDecl || !CatDecl->IsClassExtension()) in findShadowedPropertyDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp451 if (CD->IsClassExtension()) { in VisitObjCContainerDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1463 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp275 if (OC->IsClassExtension()) { in getObjCMethodName()