Searched defs:ActOnPropertyImplDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp703 /// ActOnPropertyImplDecl - This routine performs semantic checks and
707 Decl *Sema::ActOnPropertyImplDecl(Scope *S, function in class:Sema
737 "ActOnPropertyImplDecl - @implementation without @interface");
1009 assert (property && "ActOnPropertyImplDecl - property declaration missing");
1620 ActOnPropertyImplDecl(S, SourceLocation(), SourceLocation(),

Completed in 25 milliseconds