Searched defs:parseMatcherExpression (Results 1 – 4 of 4) sorted by relevance
187 parseMatcherExpression(StringRef &MatcherCode, Sema *S, Diagnostics *Error) { in parseMatcherExpression() function191 parseMatcherExpression(StringRef &MatcherCode, Diagnostics *Error) { in parseMatcherExpression() function
120 parseMatcherExpression(llvm::StringRef &matcherCode, in parseMatcherExpression() function
576 std::optional<DynMatcher> Parser::parseMatcherExpression( in parseMatcherExpression() function in mlir::query::matcher::internal::Parser
906 Parser::parseMatcherExpression(StringRef &Code, Sema *S, in parseMatcherExpression() function in clang::ast_matchers::dynamic::Parser