Home
last modified time | relevance | path

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

/external/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.h1070 class DiagStorageAllocator {
1077 DiagStorageAllocator();
1078 ~DiagStorageAllocator();
1107 DiagStorageAllocator *Allocator = nullptr;
1197 explicit StreamingDiagnostic(DiagStorageAllocator &Alloc) in StreamingDiagnostic()
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringRuleContext.h80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
/external/llvm-project/clang/include/clang/Sema/
DDelayedDiagnostic.h60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator, in AccessedEntity()
/external/llvm-project/clang/unittests/Basic/
DDiagnosticTest.cpp77 PartialDiagnostic::DiagStorageAllocator Alloc; in TEST()
/external/llvm-project/clang/lib/Basic/
DDiagnostic.cpp1152 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() { in DiagStorageAllocator() function in PartialDiagnostic::DiagStorageAllocator
1158 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() { in ~DiagStorageAllocator()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h575 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
654 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() { in getDiagAllocator()