Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DPartialDiagnostic.h49 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
87 Allocator = reinterpret_cast<DiagStorageAllocator *>(~uintptr_t(0)); in PartialDiagnostic()
93 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
DDiagnostic.h1109 class DiagStorageAllocator {
1116 DiagStorageAllocator();
1117 ~DiagStorageAllocator();
1146 DiagStorageAllocator *Allocator = nullptr;
1236 explicit StreamingDiagnostic(DiagStorageAllocator &Alloc) in StreamingDiagnostic()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DDiagnostic.cpp1152 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() { in DiagStorageAllocator() function in PartialDiagnostic::DiagStorageAllocator
1158 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() { in ~DiagStorageAllocator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h602 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
714 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator()