Searched refs:parseMethod (Results 1 – 2 of 2) sorted by relevance
2872 void Parser::ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod) { in ParseLexedObjCMethodDefs() argument2876 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) || in ParseLexedObjCMethodDefs()2877 (!parseMethod && Actions.isObjCMethodDecl(MCDecl))); in ParseLexedObjCMethodDefs()2898 parseMethod in ParseLexedObjCMethodDefs()2904 if (parseMethod) in ParseLexedObjCMethodDefs()
1183 void ParseLexedObjCMethodDefs(LexedMethod &LM, bool parseMethod);