Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp3693 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3694 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
3695 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3696 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3709 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()
3730 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3732 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3734 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3737 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3739 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()
[all …]