Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp3704 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3708 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3709 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3736 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()
3742 if (parseMethod) in ParseLexedObjCMethodDefs()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1613 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);