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

/external/clang/lib/Parse/
H A DParseObjc.cpp1724 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true,
1760 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false,
/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(),
/external/clang/include/clang/Sema/
H A DSema.h6871 Decl *ActOnPropertyImplDecl(Scope *S,

Completed in 212 milliseconds