Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
657 ~DiagText() { in ~DiagText()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DTestSupport.cpp192 llvm::SmallString<100> DiagText; in handleAllResults() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp143 SmallString<16> DiagText; in HandleDiagnostic() local