Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexDiagnostic.cpp40 class CXDiagnosticCustomNoteImpl : public CXDiagnosticImpl { class
44 CXDiagnosticCustomNoteImpl(StringRef Msg, CXSourceLocation L) in CXDiagnosticCustomNoteImpl() function in __anone625b30c0111::CXDiagnosticCustomNoteImpl
48 ~CXDiagnosticCustomNoteImpl() override {} in ~CXDiagnosticCustomNoteImpl()
123 std::make_unique<CXDiagnosticCustomNoteImpl>(Message, L)); in emitDiagnosticMessage()
141 std::make_unique<CXDiagnosticCustomNoteImpl>(Message, L)); in emitNote()