Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp594 SmallVector<unsigned, 1> designatorsForNextLine; in computeExpectedDiags() local
603 if (!designatorsForNextLine.empty()) { in computeExpectedDiags()
604 for (unsigned diagIndex : designatorsForNextLine) in computeExpectedDiags()
606 designatorsForNextLine.clear(); in computeExpectedDiags()
649 designatorsForNextLine.push_back(expectedDiags.size()); in computeExpectedDiags()