Home
last modified time | relevance | path

Searched refs:MCDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParseObjc.cpp3621 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3622 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
3623 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3624 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3651 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3653 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3655 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3658 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3660 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()
3661 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()