Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A 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()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringRuleContext.h80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp1213 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() { in DiagStorageAllocator() function in PartialDiagnostic::DiagStorageAllocator
1219 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() { in ~DiagStorageAllocator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h636 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
774 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator()