Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DPartialDiagnostic.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()
DDiagnostic.h1114 class DiagStorageAllocator {
1121 DiagStorageAllocator();
1122 ~DiagStorageAllocator();
1151 DiagStorageAllocator *Allocator = nullptr;
1241 explicit StreamingDiagnostic(DiagStorageAllocator &Alloc) in StreamingDiagnostic()
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DDiagnostic.cpp1216 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() { in DiagStorageAllocator() function in PartialDiagnostic::DiagStorageAllocator
1222 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() { in ~DiagStorageAllocator()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DASTContext.h610 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
739 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator()