Searched refs:CreatePropertyDecl (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 184 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD, in ActOnProperty() 384 CreatePropertyDecl(S, CCPrimary, AtLoc, LParenLoc, in HandlePropertyInClassExtension() 523 ObjCPropertyDecl *Sema::CreatePropertyDecl(Scope *S, in CreatePropertyDecl() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2842 ObjCPropertyDecl *CreatePropertyDecl(Scope *S,
|