Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp3564 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3565 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
3566 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3567 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3594 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3596 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3598 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3601 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3602 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()