Searched refs:ActOnPropertyImplDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 885 Decl *Sema::ActOnPropertyImplDecl(Scope *S, in ActOnPropertyImplDecl() function in Sema 1706 ActOnPropertyImplDecl(S, SourceLocation(), SourceLocation(), in DefaultSynthesizeProperties()
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2351 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true, in ParseObjCPropertySynthesize() 2387 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false, in ParseObjCPropertyDynamic()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 7342 Decl *ActOnPropertyImplDecl(Scope *S,
|