OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StorageAllocator
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/Basic/
PartialDiagnostic.h
78
class
StorageAllocator
{
85
StorageAllocator
();
86
~
StorageAllocator
();
123
StorageAllocator
*Allocator;
133
assert(Allocator != reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)));
155
else if (Allocator != reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)))
184
PartialDiagnostic(unsigned DiagID,
StorageAllocator
&Allocator)
204
Allocator(reinterpret_cast<
StorageAllocator
*>(~uintptr_t(0)))
210
PartialDiagnostic(const Diagnostic &Other,
StorageAllocator
&Allocator)
/external/clang/include/clang/Sema/
DelayedDiagnostic.h
44
AccessedEntity(PartialDiagnostic::
StorageAllocator
&Allocator,
54
AccessedEntity(PartialDiagnostic::
StorageAllocator
&Allocator,
/external/clang/lib/Basic/
Diagnostic.cpp
[
all
...]
/external/clang/include/clang/AST/
ASTContext.h
426
PartialDiagnostic::
StorageAllocator
DiagAllocator;
574
PartialDiagnostic::
StorageAllocator
&getDiagAllocator() {
[
all
...]
Completed in 398 milliseconds