Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.h111 struct CXStoredDiagnostic : public CXDiagnosticImpl { struct
115 CXStoredDiagnostic(const StoredDiagnostic &Diag, in CXStoredDiagnostic() argument
120 ~CXStoredDiagnostic() override {} in ~CXStoredDiagnostic() argument
153 static bool classof(const CXDiagnosticImpl *D) { in classof()