Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3612 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3613 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3614 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3615 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3628 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3649 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3651 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3653 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3656 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3658 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()[all …]