clang 20.0.0git
|
#include "clang/AST/TypeLoc.h"
Public Member Functions | |
SourceLocation | getTemplateKeywordLoc () const |
void | setTemplateKeywordLoc (SourceLocation Loc) |
SourceLocation | getLAngleLoc () const |
void | setLAngleLoc (SourceLocation Loc) |
SourceLocation | getRAngleLoc () const |
void | setRAngleLoc (SourceLocation Loc) |
unsigned | getNumArgs () const |
void | setArgLocInfo (unsigned i, TemplateArgumentLocInfo AI) |
TemplateArgumentLocInfo | getArgLocInfo (unsigned i) const |
TemplateArgumentLoc | getArgLoc (unsigned i) const |
SourceLocation | getTemplateNameLoc () const |
void | setTemplateNameLoc (SourceLocation Loc) |
void | copy (TemplateSpecializationTypeLoc Loc) |
SourceRange | getLocalSourceRange () const |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
unsigned | getExtraLocalDataSize () const |
unsigned | getExtraLocalDataAlignment () const |
Public Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo > | |
unsigned | getLocalDataAlignment () const |
unsigned | getLocalDataSize () const |
void | copyLocal (TemplateSpecializationTypeLoc other) |
TypeLoc | getNextTypeLoc () const |
const TemplateSpecializationType * | getTypePtr () const |
Public Member Functions inherited from clang::UnqualTypeLoc | |
UnqualTypeLoc ()=default | |
UnqualTypeLoc (const Type *Ty, void *Data) | |
const Type * | getTypePtr () const |
TypeLocClass | getTypeLocClass () const |
Public Member Functions inherited from clang::TypeLoc | |
TypeLoc ()=default | |
TypeLoc (QualType ty, void *opaqueData) | |
TypeLoc (const Type *ty, void *opaqueData) | |
template<typename T > | |
T | castAs () const |
Convert to the specified TypeLoc type, asserting that this TypeLoc is of the desired type. | |
template<typename T > | |
T | getAs () const |
Convert to the specified TypeLoc type, returning a null TypeLoc if this TypeLoc is not of the desired type. | |
template<typename T > | |
T | getAsAdjusted () const |
Convert to the specified TypeLoc type, returning a null TypeLoc if this TypeLoc is not of the desired type. | |
TypeLocClass | getTypeLocClass () const |
bool | isNull () const |
operator bool () const | |
QualType | getType () const |
Get the type for which this source info wrapper provides information. | |
const Type * | getTypePtr () const |
void * | getOpaqueData () const |
Get the pointer where source information is stored. | |
SourceLocation | getBeginLoc () const |
Get the begin source location. | |
SourceLocation | getEndLoc () const |
Get the end source location. | |
SourceRange | getSourceRange () const LLVM_READONLY |
Get the full source range. | |
SourceRange | getLocalSourceRange () const |
Get the local source range. | |
unsigned | getFullDataSize () const |
Returns the size of the type source info data block. | |
TypeLoc | getNextTypeLoc () const |
Get the next TypeLoc pointed by this TypeLoc, e.g for "int*" the TypeLoc is a PointerLoc and next TypeLoc is for "int". | |
UnqualTypeLoc | getUnqualifiedLoc () const |
Skips past any qualifiers, if this is qualified. | |
TypeLoc | IgnoreParens () const |
TypeLoc | findExplicitQualifierLoc () const |
Find a type with the location of an explicit type qualifier. | |
AutoTypeLoc | getContainedAutoTypeLoc () const |
Get the typeloc of an AutoType whose type will be deduced for a variable with an initializer of this type. | |
SourceLocation | getTemplateKeywordLoc () const |
Get the SourceLocation of the template keyword (if any). | |
void | initialize (ASTContext &Context, SourceLocation Loc) const |
Initializes this to state that every location in this type is the given location. | |
void | initializeFullCopy (TypeLoc Other) |
Initializes this by copying its information from another TypeLoc of the same type. | |
void | initializeFullCopy (TypeLoc Other, unsigned Size) |
Initializes this by copying its information from another TypeLoc of the same type. | |
void | copy (TypeLoc other) |
Copies the other type loc into this one. | |
SourceLocation | findNullabilityLoc () const |
Find the location of the nullability specifier (__nonnull, __nullable, or __null_unspecifier), if there is one. | |
void | dump () const |
void | dump (llvm::raw_ostream &, const ASTContext &) const |
Static Public Member Functions | |
static void | initializeArgLocs (ASTContext &Context, ArrayRef< TemplateArgument > Args, TemplateArgumentLocInfo *ArgInfos, SourceLocation Loc) |
Static Public Member Functions inherited from clang::TypeLoc | |
static unsigned | getFullDataSizeForType (QualType Ty) |
Returns the size of type source info data block for the given type. | |
static unsigned | getLocalAlignmentForType (QualType Ty) |
Returns the alignment of type source info data block for the given type. | |
Additional Inherited Members | |
Public Types inherited from clang::TypeLoc | |
enum | TypeLocClass { Qualified } |
The kinds of TypeLocs. More... | |
Protected Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo > | |
unsigned | getExtraLocalDataSize () const |
unsigned | getExtraLocalDataAlignment () const |
TemplateSpecializationLocInfo * | getLocalData () const |
void * | getExtraLocalData () const |
Gets a pointer past the Info structure; useful for classes with local data that can't be captured in the Info (e.g. | |
void * | getNonLocalData () const |
HasNoInnerType | getInnerType () const |
TypeLoc | getInnerTypeLoc () const |
Protected Attributes inherited from clang::TypeLoc | |
const void * | Ty = nullptr |
void * | Data = nullptr |
|
inline |
Definition at line 1709 of file TypeLoc.h.
References clang::Data, clang::TypeLoc::getFullDataSize(), Loc, and memcpy().
|
inline |
Definition at line 1695 of file TypeLoc.h.
References getArgLocInfo(), and clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getTypePtr().
Referenced by isEnableIf(), and clang::ASTNodeTraverser< Derived, NodeDelegateType >::VisitTemplateSpecializationTypeLoc().
|
inline |
Definition at line 1691 of file TypeLoc.h.
Referenced by getArgLoc().
|
inline |
|
inline |
Definition at line 1741 of file TypeLoc.h.
References getNumArgs().
|
inline |
|
inline |
Definition at line 1720 of file TypeLoc.h.
References getRAngleLoc(), getTemplateKeywordLoc(), and getTemplateNameLoc().
|
inline |
Definition at line 1683 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getTypePtr(), and clang::TemplateSpecializationType::template_arguments().
Referenced by clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), getExtraLocalDataSize(), clang::ASTContext::getTemplateSpecializationTypeInfo(), isEnableIf(), and clang::ASTNodeTraverser< Derived, NodeDelegateType >::VisitTemplateSpecializationTypeLoc().
|
inline |
Definition at line 1675 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), and clang::TemplateSpecializationLocInfo::RAngleLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 1659 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), and clang::TemplateSpecializationLocInfo::TemplateKWLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 1700 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), and clang::TemplateNameLocInfo::NameLoc.
Referenced by getLocalSourceRange(), and clang::TreeTransform< Derived >::TransformTemplateSpecializationType().
|
static |
Definition at line 587 of file TypeLoc.cpp.
References clang::TemplateArgument::Declaration, clang::TemplateArgument::Expression, clang::TemplateName::getAsDependentTemplateName(), clang::TemplateName::getAsQualifiedTemplateName(), getKind(), clang::ASTContext::getTrivialTypeSourceInfo(), clang::TemplateArgument::Integral, Loc, clang::TemplateArgument::Null, clang::TemplateArgument::NullPtr, clang::TemplateArgument::Pack, clang::TemplateArgument::StructuralValue, clang::TemplateArgument::Template, clang::TemplateArgument::TemplateExpansion, and clang::TemplateArgument::Type.
Referenced by createTrivialConceptReference(), initializeLocal(), and clang::DependentTemplateSpecializationTypeLoc::initializeLocal().
|
inline |
Definition at line 1727 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getTypePtr(), initializeArgLocs(), Loc, setLAngleLoc(), setRAngleLoc(), setTemplateKeywordLoc(), and setTemplateNameLoc().
|
inline |
Definition at line 1687 of file TypeLoc.h.
Referenced by clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), clang::Sema::ActOnTypenameType(), clang::ASTContext::getTemplateSpecializationTypeInfo(), and clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType().
|
inline |
Definition at line 1671 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), clang::TemplateSpecializationLocInfo::LAngleLoc, and Loc.
Referenced by clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), clang::Sema::ActOnTypenameType(), clang::ASTContext::getTemplateSpecializationTypeInfo(), initializeLocal(), and clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType().
|
inline |
Definition at line 1679 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), Loc, and clang::TemplateSpecializationLocInfo::RAngleLoc.
Referenced by clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), clang::Sema::ActOnTypenameType(), clang::ASTContext::getTemplateSpecializationTypeInfo(), initializeLocal(), and clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType().
|
inline |
Definition at line 1663 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), Loc, and clang::TemplateSpecializationLocInfo::TemplateKWLoc.
Referenced by clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), clang::Sema::ActOnTypenameType(), clang::ASTContext::getTemplateSpecializationTypeInfo(), initializeLocal(), and clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType().
|
inline |
Definition at line 1704 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TemplateSpecializationTypeLoc, TemplateSpecializationType, TemplateSpecializationLocInfo >::getLocalData(), Loc, and clang::TemplateNameLocInfo::NameLoc.
Referenced by clang::Sema::ActOnCXXNestedNameSpecifier(), clang::Sema::ActOnTagTemplateIdType(), clang::Sema::ActOnTemplateIdType(), clang::Sema::ActOnTypenameType(), clang::ASTContext::getTemplateSpecializationTypeInfo(), initializeLocal(), and clang::TreeTransform< Derived >::TransformDependentTemplateSpecializationType().