clang 20.0.0git
|
#include "clang/AST/TypeLoc.h"
Public Member Functions | |
AutoTypeKeyword | getAutoKeyword () const |
bool | isDecltypeAuto () const |
SourceLocation | getRParenLoc () const |
void | setRParenLoc (SourceLocation Loc) |
bool | isConstrained () const |
void | setConceptReference (ConceptReference *CR) |
ConceptReference * | getConceptReference () const |
const NestedNameSpecifierLoc | getNestedNameSpecifierLoc () const |
SourceLocation | getTemplateKWLoc () const |
SourceLocation | getConceptNameLoc () const |
NamedDecl * | getFoundDecl () const |
ConceptDecl * | getNamedConcept () const |
DeclarationNameInfo | getConceptNameInfo () const |
bool | hasExplicitTemplateArgs () const |
SourceLocation | getLAngleLoc () const |
SourceLocation | getRAngleLoc () const |
unsigned | getNumArgs () const |
TemplateArgumentLoc | getArgLoc (unsigned i) const |
SourceRange | getLocalSourceRange () const |
void | copy (AutoTypeLoc Loc) |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
Public Member Functions inherited from clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo > | |
unsigned | getLocalDataAlignment () const |
unsigned | getLocalDataSize () const |
void | copyLocal (AutoTypeLoc other) |
TypeLoc | getNextTypeLoc () const |
const AutoType * | getTypePtr () const |
Public Member Functions inherited from clang::InheritingConcreteTypeLoc< TypeSpecTypeLoc, DeducedTypeLoc, DeducedType > | |
const DeducedType * | getTypePtr () const |
Public Member Functions inherited from clang::TypeSpecTypeLoc | |
SourceLocation | getNameLoc () const |
void | setNameLoc (SourceLocation Loc) |
SourceRange | getLocalSourceRange () const |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
Public Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo > | |
unsigned | getLocalDataAlignment () const |
unsigned | getLocalDataSize () const |
void | copyLocal (TypeSpecTypeLoc other) |
TypeLoc | getNextTypeLoc () const |
const Type * | 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 |
Additional Inherited Members | |
Public Types inherited from clang::TypeSpecTypeLoc | |
enum | { LocalDataSize = sizeof(TypeSpecLocInfo) , LocalDataAlignment = alignof(TypeSpecLocInfo) } |
Public Types inherited from clang::TypeLoc | |
enum | TypeLocClass { Qualified } |
The kinds of TypeLocs. More... | |
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. | |
Protected Member Functions inherited from clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo > | |
unsigned | getExtraLocalDataSize () const |
unsigned | getExtraLocalDataAlignment () const |
AutoTypeLocInfo * | 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 Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo > | |
unsigned | getExtraLocalDataSize () const |
unsigned | getExtraLocalDataAlignment () const |
TypeSpecLocInfo * | 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 2284 of file TypeLoc.h.
References clang::Data, clang::TypeLoc::getFullDataSize(), Loc, and memcpy().
|
inline |
Definition at line 2268 of file TypeLoc.h.
References getConceptReference().
Referenced by InventTemplateParameter().
|
inline |
Definition at line 2189 of file TypeLoc.h.
References clang::AutoType::getKeyword(), and clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getTypePtr().
Referenced by clang::Sema::AttachTypeConstraint().
|
inline |
Definition at line 2237 of file TypeLoc.h.
References clang::ConceptReference::getConceptNameInfo(), and getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), and InventTemplateParameter().
|
inline |
Definition at line 2219 of file TypeLoc.h.
References getConceptReference().
Referenced by getLocalSourceRange().
|
inline |
Definition at line 2203 of file TypeLoc.h.
References clang::AutoTypeLocInfo::CR, and clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getLocalData().
Referenced by getArgLoc(), getConceptNameInfo(), getConceptNameLoc(), getFoundDecl(), getLAngleLoc(), getNamedConcept(), getNestedNameSpecifierLoc(), getRAngleLoc(), getTemplateKWLoc(), hasExplicitTemplateArgs(), and clang::ASTNodeTraverser< Derived, NodeDelegateType >::VisitAutoTypeLoc().
|
inline |
Definition at line 2225 of file TypeLoc.h.
References getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), and InventTemplateParameter().
|
inline |
Definition at line 2250 of file TypeLoc.h.
References getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), hasExplicitTemplateArgs(), and InventTemplateParameter().
|
inline |
Definition at line 2274 of file TypeLoc.h.
References clang::NestedNameSpecifierLoc::getBeginLoc(), getConceptNameLoc(), clang::TypeSpecTypeLoc::getNameLoc(), getNestedNameSpecifierLoc(), getRParenLoc(), getTemplateKWLoc(), isConstrained(), isDecltypeAuto(), and clang::SourceLocation::isValid().
|
inline |
Definition at line 2231 of file TypeLoc.h.
References getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), and InventTemplateParameter().
|
inline |
Definition at line 2207 of file TypeLoc.h.
References getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), getLocalSourceRange(), and InventTemplateParameter().
|
inline |
Definition at line 2264 of file TypeLoc.h.
References clang::AutoType::getTypeConstraintArguments(), and clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getTypePtr().
Referenced by InventTemplateParameter().
|
inline |
Definition at line 2257 of file TypeLoc.h.
References getConceptReference().
Referenced by clang::Sema::AttachTypeConstraint(), and InventTemplateParameter().
|
inline |
Definition at line 2194 of file TypeLoc.h.
References clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getLocalData(), and clang::AutoTypeLocInfo::RParenLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 2213 of file TypeLoc.h.
References getConceptReference().
Referenced by getLocalSourceRange().
|
inline |
Definition at line 2241 of file TypeLoc.h.
References getConceptReference(), and getLAngleLoc().
Referenced by InventTemplateParameter().
void AutoTypeLoc::initializeLocal | ( | ASTContext & | Context, |
SourceLocation | Loc | ||
) |
Definition at line 662 of file TypeLoc.cpp.
References createTrivialConceptReference(), clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getTypePtr(), isConstrained(), Loc, setConceptReference(), clang::TypeSpecTypeLoc::setNameLoc(), and setRParenLoc().
|
inline |
Definition at line 2197 of file TypeLoc.h.
References clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getTypePtr(), and clang::AutoType::isConstrained().
Referenced by getLocalSourceRange(), and initializeLocal().
|
inline |
Definition at line 2193 of file TypeLoc.h.
References clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getTypePtr(), and clang::AutoType::isDecltypeAuto().
Referenced by getLocalSourceRange().
|
inline |
Definition at line 2201 of file TypeLoc.h.
References clang::AutoTypeLocInfo::CR, and clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getLocalData().
Referenced by initializeLocal().
|
inline |
Definition at line 2195 of file TypeLoc.h.
References clang::ConcreteTypeLoc< DeducedTypeLoc, AutoTypeLoc, AutoType, AutoTypeLocInfo >::getLocalData(), Loc, and clang::AutoTypeLocInfo::RParenLoc.
Referenced by initializeLocal().