Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp3610 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3614 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3615 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3642 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()
3648 if (parseMethod) in ParseLexedObjCMethodDefs()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1393 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);