Home
last modified time | relevance | path

Searched refs:Allocator_ (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDPartialDiagnostic.h46 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic() argument
47 : StreamingDiagnostic(Allocator_), DiagID(DiagID) {} in PartialDiagnostic()
90 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic() argument
92 Allocator = &Allocator_; in PartialDiagnostic()