Searched refs:DefaultSynthesizeProperties (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1886 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, in DefaultSynthesizeProperties() function in Sema 1980 void Sema::DefaultSynthesizeProperties(Scope *S, Decl *D, in DefaultSynthesizeProperties() function in Sema 1989 DefaultSynthesizeProperties(S, IC, IDecl, AtEnd); in DefaultSynthesizeProperties()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2326 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin()); in finish()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4899 void DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, 4902 void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceLocation AtEnd);
|