Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3639 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3640 bool skip = MCDecl && in ParseLexedObjCMethodDefs()3641 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3642 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3655 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3676 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3678 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3680 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3683 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3685 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()[all …]