Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp3612 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3613 bool skip = MCDecl && in ParseLexedObjCMethodDefs()
3614 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3615 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3628 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()
3649 Actions.ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3651 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3653 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3656 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3658 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()
[all …]