Home
last modified time | relevance | path

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

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