Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp2874 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
2875 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
2876 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
2877 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
2905 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2907 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
2909 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
2912 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
2913 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()