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

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

Completed in 265 milliseconds