Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h147 struct DiagnosticStorage { struct
182 DiagnosticStorage() = default; argument
969 MaxArguments = DiagnosticStorage::MaxArguments,
972 DiagnosticStorage DiagStorage;
1072 DiagnosticStorage Cached[NumCached];
1073 DiagnosticStorage *FreeList[NumCached];
1081 DiagnosticStorage *Allocate() { in Allocate()
1083 return new DiagnosticStorage; in Allocate()
1085 DiagnosticStorage *Result = FreeList[--NumFreeListEntries]; in Allocate()
1093 void Deallocate(DiagnosticStorage *S) { in Deallocate()
[all …]
DPartialDiagnostic.h85 DiagnosticStorage *DiagStorage_) in PartialDiagnostic()
/external/llvm-project/clang/include/clang/AST/
DDependentDiagnostic.h103 DiagnosticStorage *Storage) in DependentDiagnostic()
/external/llvm-project/clang/lib/AST/
DDeclBase.cpp2031 DiagnosticStorage *DiagStorage = nullptr; in Create()
2033 DiagStorage = new (C) DiagnosticStorage; in Create()