Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Query/Matcher/
H A DParser.h156 bool parseChainedExpression(std::string &argument);
H A DParser.cpp306 bool Parser::parseChainedExpression(std::string &argument) { in parseChainedExpression() function in mlir::query::matcher::internal::Parser
419 !parseChainedExpression(functionName)) in parseMatcherExpressionImpl()