Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp3646 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3650 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3651 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3678 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()
3684 if (parseMethod) in ParseLexedObjCMethodDefs()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParser.h1575 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);