Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3637 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument
3641 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()
3642 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()
3669 ParseScope BodyScope(this, (parseMethod ? Scope::ObjCMethodScope : 0) | in ParseLexedObjCMethodDefs()
3675 if (parseMethod) in ParseLexedObjCMethodDefs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h1559 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);