Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3706 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3707 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
3709 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3722 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()
3743 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3745 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3747 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3750 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3752 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()
3753 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
[all …]