OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StorageAllocator
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
PartialDiagnostic.h
77
class
StorageAllocator
{
84
StorageAllocator
();
85
~
StorageAllocator
();
122
StorageAllocator
*Allocator;
132
assert(Allocator != reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)));
144
else if (Allocator != reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)))
173
PartialDiagnostic(unsigned DiagID,
StorageAllocator
&Allocator)
187
Allocator(reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)))
193
PartialDiagnostic(const DiagnosticInfo &Other,
StorageAllocator
&Allocator)
/external/clang/lib/Basic/
Diagnostic.cpp
747
PartialDiagnostic::
StorageAllocator
::
StorageAllocator
() {
753
PartialDiagnostic::
StorageAllocator
::~
StorageAllocator
() {
Completed in 178 milliseconds