Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexDiagnostic.h56 enum Kind { StoredDiagnosticKind, LoadedDiagnosticKind, enumerator
117 : CXDiagnosticImpl(StoredDiagnosticKind), in CXStoredDiagnostic()
154 return D->getKind() == StoredDiagnosticKind; in classof()