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

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

Completed in 63 milliseconds