Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp485 SmallVector<std::pair<Location, StringRef>> locationStack; in emitDiagnostic() local
488 locationStack.emplace_back(*showableLoc, locContext); in emitDiagnostic()
510 if (locationStack.empty()) { in emitDiagnostic()
515 emitDiagnostic(locationStack.front().first, diag.str(), diag.getSeverity()); in emitDiagnostic()
516 for (auto &it : llvm::drop_begin(locationStack)) in emitDiagnostic()