Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance
3268 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local3270 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()3271 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()3284 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()3306 Actions.ObjC().ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3308 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()3310 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()3313 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()3315 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()3316 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()[all …]