HomeSort by: relevance | last modified time | path
    Searched refs:DiagStorageAllocator (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
RefactoringRuleContext.h 80 PartialDiagnostic::DiagStorageAllocator DiagStorage;
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
PartialDiagnostic.h 49 PartialDiagnostic(unsigned DiagID, DiagStorageAllocator &Allocator_)
87 Allocator = reinterpret_cast<DiagStorageAllocator *>(~uintptr_t(0));
93 PartialDiagnostic(const Diagnostic &Other, DiagStorageAllocator &Allocator_)
Diagnostic.h 1109 class DiagStorageAllocator {
1116 DiagStorageAllocator();
1117 ~DiagStorageAllocator();
1146 DiagStorageAllocator *Allocator = nullptr;
1236 explicit StreamingDiagnostic(DiagStorageAllocator &Alloc)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h 60 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator,
67 AccessedEntity(PartialDiagnostic::DiagStorageAllocator &Allocator,
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Diagnostic.cpp 1152 PartialDiagnostic::DiagStorageAllocator::DiagStorageAllocator() {
1158 PartialDiagnostic::DiagStorageAllocator::~DiagStorageAllocator() {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 589 PartialDiagnostic::DiagStorageAllocator DiagAllocator;
689 PartialDiagnostic::DiagStorageAllocator &getDiagAllocator() {

Completed in 25 milliseconds