Home
last modified time | relevance | path

Searched defs:DiagText (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp623 struct DiagText { struct
624 DiagnosticTextBuilder &Builder;
625 std::vector<Piece *> AllocatedPieces;
626 Piece *Root = nullptr;
628 template <class T, class... Args> T *New(Args &&... args) { in New()
635 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() function
638 enum class StopAt {
651 DiagText(DiagText &&O) noexcept in DiagText() function
665 ~DiagText() { in ~DiagText()