Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDPartialDiagnostic.h46 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
84 Allocator = reinterpret_cast<DiagStorageAllocator *>(~uintptr_t(0)); in PartialDiagnostic()
90 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_) in PartialDiagnostic()
HDDiagnostic.h1119 class DiagStorageAllocator {
1126 DiagStorageAllocator();
1127 ~DiagStorageAllocator();
1156 DiagStorageAllocator *Allocator = nullptr;
1246 explicit StreamingDiagnostic(DiagStorageAllocator &Alloc) in StreamingDiagnostic()
/freebsd-head/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
HDRefactoringRuleContext.h80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
/freebsd-head/contrib/llvm-project/clang/include/clang/Sema/
HDDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDDiagnostic.cpp1213 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() { in DiagStorageAllocator() function in PartialDiagnostic::DiagStorageAllocator
1219 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() { in ~DiagStorageAllocator()
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h636 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
774 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator()