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

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

Completed in 262 milliseconds