Home
last modified time | relevance | path

Searched refs:ParserNoComma (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/include/mlir/Query/Matcher/
H A DErrorBuilder.h48 ParserNoComma, enumerator
/llvm-project/mlir/lib/Query/Matcher/
H A DDiagnostics.cpp50 case ErrorType::ParserNoComma: in errorTypeToFormatString()
H A DParser.cpp352 error->addError(commaToken.range, ErrorType::ParserNoComma) in parseMatcherArgs()