Home
last modified time | relevance | path

Searched refs:impDecl (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2136 void Sema::diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl) { in diagnoseNullResettableSynthesizedSetters() argument
2137 for (const auto *propertyImpl : impDecl->property_impls()) { in diagnoseNullResettableSynthesizedSetters()
2152 loc = impDecl->getBeginLoc(); in diagnoseNullResettableSynthesizedSetters()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4895 void diagnoseNullResettableSynthesizedSetters(const ObjCImplDecl *impDecl);