Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3705 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3707 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3708 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3721 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()
3743 Actions.ObjC().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 …]