Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DPartialDiagnostic.h47 PartialDiagnostic(NullDiagnostic) {} in PartialDiagnostic() function
49 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic() function
52 PartialDiagnostic(const PartialDiagnostic &Other) in PartialDiagnostic() function
78 PartialDiagnostic(PartialDiagnostic &&Other) : DiagID(Other.DiagID) { in PartialDiagnostic() function
84 PartialDiagnostic(const PartialDiagnostic &Other, in PartialDiagnostic() function
93 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic() function
H A DDiagnostic.h988 friend class PartialDiagnostic; variable
1263 friend class PartialDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h36 class PartialDiagnostic; variable