Home
last modified time | relevance | path

Searched refs:DiagnosticStorage (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDDiagnostic.h148 struct DiagnosticStorage { struct
183 DiagnosticStorage() = default; argument
1018 MaxArguments = DiagnosticStorage::MaxArguments,
1021 DiagnosticStorage DiagStorage;
1121 DiagnosticStorage Cached[NumCached];
1122 DiagnosticStorage *FreeList[NumCached];
1130 DiagnosticStorage *Allocate() { in Allocate()
1132 return new DiagnosticStorage; in Allocate()
1134 DiagnosticStorage *Result = FreeList[--NumFreeListEntries]; in Allocate()
1142 void Deallocate(DiagnosticStorage *S) { in Deallocate()
[all …]
HDPartialDiagnostic.h82 DiagnosticStorage *DiagStorage_) in PartialDiagnostic()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDDependentDiagnostic.h103 DiagnosticStorage *Storage) in DependentDiagnostic()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp2200 DiagnosticStorage *DiagStorage = nullptr; in Create()
2202 DiagStorage = new (C) DiagnosticStorage; in Create()