Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp725 SmallVector<unsigned, 1> designatorsForNextLine; in computeExpectedDiags() local
734 if (!designatorsForNextLine.empty()) { in computeExpectedDiags()
735 for (unsigned diagIndex : designatorsForNextLine) in computeExpectedDiags()
737 designatorsForNextLine.clear(); in computeExpectedDiags()
786 designatorsForNextLine.push_back(expectedDiags.size()); in computeExpectedDiags()