Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3648 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3649 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3650 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3651 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3664 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3685 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3687 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3689 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3692 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3694 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()[all …]