Searched refs:StorageAllocator (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h84 class StorageAllocator { class in class:clang::PartialDiagnostic
91 StorageAllocator();
92 ~StorageAllocator();
129 StorageAllocator *Allocator = nullptr;
139 assert(Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)));
161 else if (Allocator != reinterpret_cast<StorageAllocator *>(~uintptr_t(0)))
190 PartialDiagnostic(unsigned DiagID, StorageAllocator &Allocator)
209 Allocator(reinterpret_cast<StorageAllocator *>(~uintptr_t(0))) {
214 PartialDiagnostic(const Diagnostic &Other, StorageAllocator &Allocator)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h80 PartialDiagnostic::StorageAllocator DiagStorage;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
70 AccessedEntity(PartialDiagnostic::StorageAllocator &Allocator,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1137 PartialDiagnostic::StorageAllocator::StorageAllocator() { function in class:PartialDiagnostic::StorageAllocator
1143 PartialDiagnostic::StorageAllocator::~StorageAllocator() {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h551 PartialDiagnostic::StorageAllocator DiagAllocator;
703 PartialDiagnostic::StorageAllocator &getDiagAllocator() {

Completed in 178 milliseconds