OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagnosticStorage
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
147
struct
DiagnosticStorage
{
182
DiagnosticStorage
() = default;
1008
MaxArguments =
DiagnosticStorage
::MaxArguments,
1011
DiagnosticStorage
DiagStorage;
1107
/// An allocator for
DiagnosticStorage
objects, which uses a small cache to
1111
DiagnosticStorage
Cached[NumCached];
1112
DiagnosticStorage
*FreeList[NumCached];
1120
DiagnosticStorage
*Allocate() {
1122
return new
DiagnosticStorage
;
1124
DiagnosticStorage
*Result = FreeList[--NumFreeListEntries]
[
all
...]
PartialDiagnostic.h
85
DiagnosticStorage
*DiagStorage_)
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DependentDiagnostic.h
103
DiagnosticStorage
*Storage)
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1977
DiagnosticStorage
*DiagStorage = nullptr;
1979
DiagStorage = new (C)
DiagnosticStorage
;
Completed in 21 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026