Home | History | Annotate | Download | only in Parse

Lines Matching defs:interfaceDecl

778         // Install the property declarator into interfaceDecl.
1859 void Parser::HelperActionsForIvarDeclarations(Decl *interfaceDecl, SourceLocation atLoc,
1866 Actions.ActOnObjCContainerStartDefinition(interfaceDecl);
1871 Actions.ActOnFields(getCurScope(), atLoc, interfaceDecl,
1896 void Parser::ParseObjCClassInstanceVariables(Decl *interfaceDecl,
1939 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,
1956 Actions.ActOnObjCContainerStartDefinition(interfaceDecl);
1980 HelperActionsForIvarDeclarations(interfaceDecl, atLoc,