Searched defs:parseMatcherExpression (Results 1 – 2 of 2) sorted by relevance
187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression() function191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression() function
908 Parser::parseMatcherExpression(StringRef &Code, Sema *S, in parseMatcherExpression() function in clang::ast_matchers::dynamic::Parser