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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h34 class PartialDiagnostic { class in namespace:clang
188 PartialDiagnostic(NullDiagnostic) {} function in class:clang::PartialDiagnostic
190 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
193 PartialDiagnostic(const PartialDiagnostic function in class:clang::PartialDiagnostic
201 PartialDiagnostic(PartialDiagnostic &&Other) function in class:clang::PartialDiagnostic
207 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage) function in class:clang::PartialDiagnostic
214 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
[all...]

Completed in 159 milliseconds