Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/Core/
DDiagnostic.cpp48 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic()
53 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic()
/external/llvm-project/clang-tools-extra/unittests/clang-apply-replacements/
DApplyReplacementsTest.cpp21 makeTUDiagnostics(const std::string &MainSourceFile, StringRef DiagnosticName, in makeTUDiagnostics()
/external/llvm-project/clang/tools/diagtool/
DFindDiagnosticID.cpp44 static llvm::cl::opt<std::string> DiagnosticName( in run() local
/external/llvm-project/clang/include/clang/Tooling/Core/
DDiagnostic.h80 std::string DiagnosticName; member
/external/llvm-project/clang/unittests/Tooling/
DDiagnosticsYamlTest.cpp44 static Diagnostic makeDiagnostic(StringRef DiagnosticName, in makeDiagnostic()