Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.cpp45 class CXDiagnosticCustomNoteImpl : public CXDiagnosticImpl { class
49 CXDiagnosticCustomNoteImpl(StringRef Msg, CXSourceLocation L) in CXDiagnosticCustomNoteImpl() function in __anon0ad4342b0111::CXDiagnosticCustomNoteImpl
53 virtual ~CXDiagnosticCustomNoteImpl() {} in ~CXDiagnosticCustomNoteImpl()
127 CXDiagnosticImpl *CD = new CXDiagnosticCustomNoteImpl(Message, L); in emitDiagnosticMessage()
149 CurrentSet->appendDiagnostic(new CXDiagnosticCustomNoteImpl(Message, in emitNote()