Searched refs:parseMethod (Results 1 – 2 of 2) sorted by relevance
2910 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument2914 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()2915 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()2936 parseMethod in ParseLexedObjCMethodDefs()2942 if (parseMethod) in ParseLexedObjCMethodDefs()
1110 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);