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
117 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
148 // The hot path for PartialDiagnostic is when we just used it to wrap an ID
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 150 milliseconds