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.cpp3268 Decl *MCDecl = LM.D; in ParseLexedObjCMethodDefs() local
3270 MCDecl && ((parseMethod && !Actions.ObjC().isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3271 (!parseMethod && Actions.ObjC().isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3284 Eof.setEofData(MCDecl); in ParseLexedObjCMethodDefs()
3306 Actions.ObjC().ActOnStartOfObjCMethodDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3308 Actions.ActOnStartOfFunctionDef(getCurScope(), MCDecl); in ParseLexedObjCMethodDefs()
3310 ParseFunctionTryBlock(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
3313 ParseConstructorInitializer(MCDecl); in ParseLexedObjCMethodDefs()
3315 Actions.ActOnDefaultCtorInitializers(MCDecl); in ParseLexedObjCMethodDefs()
3316 ParseFunctionStatementBody(MCDecl, BodyScope); in ParseLexedObjCMethodDefs()
[all …]