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

/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexDiagnostic.cpp40 class CXDiagnosticCustomNoteImpl : public CXDiagnosticImpl { class in namespace:__anon1190
44 CXDiagnosticCustomNoteImpl(StringRef Msg, CXSourceLocation L) function in class:__anon1190::CXDiagnosticCustomNoteImpl
48 ~CXDiagnosticCustomNoteImpl() override {}
123 std::make_unique<CXDiagnosticCustomNoteImpl>(Message, L));
141 std::make_unique<CXDiagnosticCustomNoteImpl>(Message, L));

Completed in 182 milliseconds