Home
last modified time | relevance | path

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

/freebsd-13.1/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()
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()
1886 if (CDecl->IsClassExtension()) in ActOnStartCategoryInterface()
2899 ImmediateClass && Cat->IsClassExtension(), in MatchAllMethodDeclarations()
3033 if (!C->IsClassExtension()) { in ImplMethodsVsClassMethods()
3309 if (!CD->IsClassExtension() && List->getBits() < 2) in addMethodToGlobalList()
3812 if (cast<ObjCCategoryDecl>(CurContext)->IsClassExtension()) in getObjCContainerKind()
3842 if (CategoryDecl->IsClassExtension()) { in DiagnoseVariableSizedIvars()
3953 << CDecl->IsClassExtension() << CDecl << PDecl << IDecl; in DiagnoseCategoryDirectMembersProtocolConformance()
4060 if (C->IsClassExtension()) { in ActOnAtEnd()
[all …]
H A DSemaDecl.cpp17146 if (LangOpts.ObjCRuntime.isFragile() || !CDecl->IsClassExtension()) { in ActOnIvar()
17147 Diag(Loc, diag::err_misplaced_ivar) << CDecl->IsClassExtension(); in ActOnIvar()
17214 if (!CD->IsClassExtension()) in ActOnLastBitfield()
H A DSemaDeclAttr.cpp5684 cast<ObjCCategoryDecl>(Ctx)->IsClassExtension())) { in handleObjCDesignatedInitializer()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp142 if (Cat->IsClassExtension()) in HasUserDeclaredSetterMethod()
276 if (!Cat->IsClassExtension()) in FindPropertyDeclaration()
296 if (!OCD->IsClassExtension()) in FindPropertyDeclaration()
1837 assert(CD->IsClassExtension() && "invalid container for ivar!"); in getContainingInterface()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h2374 bool IsClassExtension() const { return getIdentifier() == nullptr; } in IsClassExtension() function
2883 return Cat->IsClassExtension() && Cat->isUnconditionallyVisible(); in isVisibleExtension()
2887 return Cat->IsClassExtension(); in isKnownExtension()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp378 if (OC->IsClassExtension()) { in getFunctionName()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp815 if (!CatDecl || !CatDecl->IsClassExtension()) in findShadowedPropertyDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp440 if (CD->IsClassExtension()) { in VisitObjCContainerDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1280 if (NumProtoRefs > 0 && CD->ClassInterface && CD->IsClassExtension()) in VisitObjCCategoryDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp265 if (OC->IsClassExtension()) { in getObjCMethodName()