Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp2910 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
2911 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
2912 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
2913 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
2941 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2943 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2945 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
2948 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
2949 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()