Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/clang-refactor/
H A DTestSupport.cpp193 llvm::SmallString<100> DiagText; in handleAllResults() local
194 Diag.second.EmitToString(getDiags(), DiagText); in handleAllResults()
195 ErrorMessage = std::string(DiagText); in handleAllResults()
/openbsd/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp591 S->getName(), DiagText(*this, S->getValueAsString("Substitution"))); in DiagnosticTextBuilder()
623 struct DiagText { struct
635 DiagText(DiagnosticTextBuilder &Builder, StringRef Text) in DiagText() argument
651 DiagText(DiagText &&O) noexcept in DiagText() function
657 ~DiagText() { in ~DiagText() argument
675 StringMap<DiagText> Substitutions;
1002 int DiagnosticTextBuilder::DiagText::parseModifier(StringRef &Text) const { in parseModifier()
1014 Piece *DiagnosticTextBuilder::DiagText::parseDiagText(StringRef &Text, in parseDiagText()
1171 DiagText D(*this, Text); in buildForDocumentation()
1189 DiagText D(*this, Text); in buildForDefinition()
/openbsd/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp143 SmallString<16> DiagText; in HandleDiagnostic() local
144 Info.FormatDiagnostic(DiagText); in HandleDiagnostic()
145 llvm::errs() << DiagText << '\n'; in HandleDiagnostic()