Home
last modified time | relevance | path

Searched defs:CXStoredDiagnostic (Results 1 – 1 of 1) sorted by relevance

/external/clang/tools/libclang/
DCIndexDiagnostic.h112 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct
116 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() argument
121 virtual ~CXStoredDiagnostic() {} in ~CXStoredDiagnostic() argument
154 static bool classof(const CXDiagnosticImpl *D) { in classof()