Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Tooling/Core/
H A DDiagnostic.cpp48 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic()
53 Diagnostic::Diagnostic(llvm::StringRef DiagnosticName, in Diagnostic()
/openbsd-src/gnu/llvm/clang/tools/diagtool/
H A DFindDiagnosticID.cpp45 static llvm::cl::opt<std::string> DiagnosticName( in run() local
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h85 std::string DiagnosticName; member