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

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h1 //===--- PartialDiagnostic.h - Diagnostic "closures" ------------*- C++ -*-===//
28 class PartialDiagnostic { class in namespace:clang
33 // PartialDiagnostic a friend. These enum values are redeclared
47 MaxArguments = PartialDiagnostic::MaxArguments
112 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
143 // The hot path for PartialDiagnostic is when we just used it to wrap an ID
181 PartialDiagnostic(NullDiagnostic) function in class:clang::PartialDiagnostic
184 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
187 PartialDiagnostic(const PartialDiagnostic function in class:clang::PartialDiagnostic
196 PartialDiagnostic(PartialDiagnostic &&Other) function in class:clang::PartialDiagnostic
202 PartialDiagnostic(const PartialDiagnostic &Other, Storage *DiagStorage) function in class:clang::PartialDiagnostic
210 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator) function in class:clang::PartialDiagnostic
[all...]

Completed in 81 milliseconds