HomeSort by: relevance | last modified time | path
    Searched defs:PartialDiagnostic (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
PartialDiagnostic.h 1 //===- PartialDiagnostic.h - Diagnostic "closures" --------------*- C++ -*-===//
34 class PartialDiagnostic : public StreamingDiagnostic {
36 // NOTE: Sema assumes that PartialDiagnostic is location-invariant
47 PartialDiagnostic(NullDiagnostic) {}
49 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_)
52 PartialDiagnostic(const PartialDiagnostic &Other)
61 template <typename T> const PartialDiagnostic &operator<<(const T &V) const {
72 const PartialDiagnostic &operator<<(T &&V) const {
78 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID)
    [all...]

Completed in 55 milliseconds