Searched refs:locationStack (Results 1 – 1 of 1) sorted by relevance
485 SmallVector<std::pair<Location, StringRef>> locationStack; in emitDiagnostic() local488 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()