Searched refs:DefaultSynthesizeProperties (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1888 void Sema::DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, in DefaultSynthesizeProperties() function in Sema 1983 void Sema::DefaultSynthesizeProperties(Scope *S, Decl *D, in DefaultSynthesizeProperties() function in Sema 1992 DefaultSynthesizeProperties(S, IC, IDecl, AtEnd); in DefaultSynthesizeProperties()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 2267 P.Actions.DefaultSynthesizeProperties(P.getCurScope(), Dcl, AtEnd.getBegin()); in finish()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4650 void DefaultSynthesizeProperties(Scope *S, ObjCImplDecl *IMPDecl, 4653 void DefaultSynthesizeProperties(Scope *S, Decl *D, SourceLocation AtEnd);
|