Searched defs:PartialDiagnostic (Results 1 – 3 of 3) sorted by relevance
47 PartialDiagnostic(NullDiagnostic) {} in PartialDiagnostic() function49 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic() function52 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() function78 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() function84 PartialDiagnostic(const PartialDiagnostic &Other, in PartialDiagnostic() function93 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic() function
988 friend class PartialDiagnostic; variable1263 friend class PartialDiagnostic; variable
36 class PartialDiagnostic; variable