Home
last modified time | relevance | path

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

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