|
clang 22.0.0git
|
#include "clang/Sema/ParsedAttr.h"
Friends | |
| class | AttributeFactory |
| class | ParsedAttributes |
Definition at line 677 of file ParsedAttr.h.
|
inline |
Create a new pool for a factory.
Definition at line 702 of file ParsedAttr.h.
References AttributeFactory.
Referenced by AttributePool(), AttributePool(), operator=(), operator=(), takeAllFrom(), and takeFrom().
|
delete |
References AttributePool().
|
inline |
Definition at line 709 of file ParsedAttr.h.
|
default |
Move the given pool's allocations to this pool.
References AttributePool().
|
inline |
Definition at line 720 of file ParsedAttr.h.
|
inline |
Definition at line 735 of file ParsedAttr.h.
Referenced by transferARCOwnershipToDeclaratorChunk().
|
inline |
Definition at line 748 of file ParsedAttr.h.
References clang::AttributeFactory::AvailabilityAllocSize.
|
inline |
Definition at line 764 of file ParsedAttr.h.
|
inline |
Definition at line 800 of file ParsedAttr.h.
References clang::AttributeFactory::PropertyAllocSize.
|
inline |
Definition at line 786 of file ParsedAttr.h.
|
inline |
Definition at line 776 of file ParsedAttr.h.
References clang::AttributeFactory::TypeTagForDatatypeAllocSize.
|
inline |
Definition at line 718 of file ParsedAttr.h.
References AttributeFactory.
Referenced by clang::Sema::ActOnCXXForRangeIdentifier().
|
delete |
References AttributePool().
|
delete |
References AttributePool().
|
inline |
Take the given pool's allocations and add them to this pool.
Definition at line 726 of file ParsedAttr.h.
References AttributePool().
Referenced by clang::Declarator::AddTypeInfo(), clang::DeclaratorChunk::getFunction(), and takeDeclAttributes().
| void AttributePool::takeFrom | ( | ParsedAttributesView & | List, |
| AttributePool & | Pool ) |
Removes the attributes from List, which are owned by Pool, and adds them at the end of this AttributePool.
Definition at line 92 of file ParsedAttr.cpp.
References AttributePool().
Referenced by clang::Declarator::AddTypeInfo().
|
friend |
Definition at line 678 of file ParsedAttr.h.
References AttributeFactory.
Referenced by AttributeFactory, AttributePool(), getFactory(), and ParsedAttributes.
|
friend |
Definition at line 679 of file ParsedAttr.h.
References AttributeFactory, and ParsedAttributes.
Referenced by ParsedAttributes.