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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h28 class PartialDiagnostic { class in namespace:clang
189 PartialDiagnostic(NullDiagnostic) function in class:clang::PartialDiagnostic
192 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
195 PartialDiagnostic(const PartialDiagnostic function in class:clang::PartialDiagnostic
205 PartialDiagnostic(PartialDiagnostic &&Other) function in class:clang::PartialDiagnostic
212 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage) function in class:clang::PartialDiagnostic
220 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
[all...]

Completed in 96 milliseconds