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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp512 /// ActOnPropertyImplDecl - This routine performs semantic checks and
516 Decl *Sema::ActOnPropertyImplDecl(Scope *S, function in class:Sema
541 "ActOnPropertyImplDecl - @implementation without @interface");
746 assert (property && "ActOnPropertyImplDecl - property declaration missing");
1321 ActOnPropertyImplDecl(S, SourceLocation(), SourceLocation(),
/external/clang/lib/Parse/
H A DParseObjc.cpp1592 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, true,
1628 Actions.ActOnPropertyImplDecl(getCurScope(), atLoc, propertyLoc, false,
/external/clang/include/clang/Sema/
H A DSema.h5201 Decl *ActOnPropertyImplDecl(Scope *S,

Completed in 94 milliseconds