|
clang
5.0.0
|
#include "clang/AST/TypeLoc.h"
Public Member Functions | |
| SourceLocation | getTypeArgsLAngleLoc () const |
| void | setTypeArgsLAngleLoc (SourceLocation Loc) |
| SourceLocation | getTypeArgsRAngleLoc () const |
| void | setTypeArgsRAngleLoc (SourceLocation Loc) |
| unsigned | getNumTypeArgs () const |
| TypeSourceInfo * | getTypeArgTInfo (unsigned i) const |
| void | setTypeArgTInfo (unsigned i, TypeSourceInfo *TInfo) |
| SourceLocation | getProtocolLAngleLoc () const |
| void | setProtocolLAngleLoc (SourceLocation Loc) |
| SourceLocation | getProtocolRAngleLoc () const |
| void | setProtocolRAngleLoc (SourceLocation Loc) |
| unsigned | getNumProtocols () const |
| SourceLocation | getProtocolLoc (unsigned i) const |
| void | setProtocolLoc (unsigned i, SourceLocation Loc) |
| ObjCProtocolDecl * | getProtocol (unsigned i) const |
| ArrayRef< SourceLocation > | getProtocolLocs () const |
| bool | hasBaseTypeAsWritten () const |
| void | setHasBaseTypeAsWritten (bool HasBaseType) |
| TypeLoc | getBaseLoc () const |
| SourceRange | getLocalSourceRange () const |
| void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
| unsigned | getExtraLocalDataSize () const |
| unsigned | getExtraLocalDataAlignment () const |
| QualType | getInnerType () const |
Public Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo > | |
| unsigned | getLocalDataAlignment () const |
| unsigned | getLocalDataSize () const |
| void | copyLocal (ObjCObjectTypeLocother) |
| TypeLoc | getNextTypeLoc () const |
| const ObjCObjectType * | getTypePtr () const |
Public Member Functions inherited from clang::UnqualTypeLoc | |
| UnqualTypeLoc () | |
| UnqualTypeLoc (const Type *Ty, void *Data) | |
| const Type * | getTypePtr () const |
| TypeLocClass | getTypeLocClass () const |
Public Member Functions inherited from clang::TypeLoc | |
| template<typename T > | |
| T | castAs () const |
| Convert to the specified TypeLoc type, asserting that this TypeLoc is of the desired type. More... | |
| 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. More... | |
| template<typename T > | |
| T | getAsAdjusted () const |
| Convert to the specified TypeLoc type, returning a null TypeLoc if this TypeLock is not of the desired type. More... | |
| TypeLoc () | |
| TypeLoc (QualType ty, void *opaqueData) | |
| TypeLoc (const Type *ty, void *opaqueData) | |
| TypeLocClass | getTypeLocClass () const |
| bool | isNull () const |
| operator bool () const | |
| QualType | getType () const |
| Get the type for which this source info wrapper provides information. More... | |
| const Type * | getTypePtr () const |
| void * | getOpaqueData () const |
| Get the pointer where source information is stored. More... | |
| SourceLocation | getBeginLoc () const |
| Get the begin source location. More... | |
| SourceLocation | getEndLoc () const |
| Get the end source location. More... | |
| SourceRange | getSourceRange () const LLVM_READONLY |
| Get the full source range. More... | |
| SourceLocation | getLocStart () const LLVM_READONLY |
| SourceLocation | getLocEnd () const LLVM_READONLY |
| SourceRange | getLocalSourceRange () const |
| Get the local source range. More... | |
| unsigned | getFullDataSize () const |
| Returns the size of the type source info data block. More... | |
| 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". More... | |
| UnqualTypeLoc | getUnqualifiedLoc () const |
| Skips past any qualifiers, if this is qualified. More... | |
| TypeLoc | IgnoreParens () const |
| TypeLoc | findExplicitQualifierLoc () const |
| Find a type with the location of an explicit type qualifier. More... | |
| void | initialize (ASTContext &Context, SourceLocation Loc) const |
| Initializes this to state that every location in this type is the given location. More... | |
| void | initializeFullCopy (TypeLoc Other) |
| Initializes this by copying its information from another TypeLoc of the same type. More... | |
| void | initializeFullCopy (TypeLoc Other, unsigned Size) |
| Initializes this by copying its information from another TypeLoc of the same type. More... | |
| void | copy (TypeLoc other) |
| Copies the other type loc into this one. More... | |
| SourceLocation | findNullabilityLoc () const |
| Find the location of the nullability specifier (__nonnull, __nullable, or __null_unspecifier), if there is one. More... | |
Additional Inherited Members | |
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. More... | |
| static unsigned | getLocalAlignmentForType (QualType Ty) |
| Returns the alignment of type source info data block for the given type. More... | |
Protected Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo > | |
| unsigned | getExtraLocalDataSize () const |
| unsigned | getExtraLocalDataAlignment () const |
| ObjCObjectTypeLocInfo * | 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. More... | |
| void * | getNonLocalData () const |
| HasNoInnerType | getInnerType () const |
| TypeLoc | getInnerTypeLoc () const |
Protected Attributes inherited from clang::TypeLoc | |
| const void * | Ty |
| void * | Data |
|
inline |
|
inline |
|
inline |
Definition at line 1060 of file TypeLoc.h.
References getNumProtocols(), and getNumTypeArgs().
|
inline |
Definition at line 1071 of file TypeLoc.h.
References clang::ObjCObjectType::getBaseType(), and clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getTypePtr().
|
inline |
Definition at line 1048 of file TypeLoc.h.
References getProtocolLAngleLoc(), getProtocolRAngleLoc(), getTypeArgsLAngleLoc(), getTypeArgsRAngleLoc(), and clang::SourceLocation::isInvalid().
|
inline |
Definition at line 1013 of file TypeLoc.h.
References clang::ObjCProtocolQualifiers< T >::getNumProtocols(), and clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getTypePtr().
Referenced by getExtraLocalDataSize(), getProtocol(), getProtocolLoc(), getProtocolLocs(), initializeLocal(), and setProtocolLoc().
|
inline |
Definition at line 985 of file TypeLoc.h.
References clang::ObjCObjectType::getTypeArgsAsWritten(), and clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getTypePtr().
Referenced by getExtraLocalDataSize(), getTypeArgTInfo(), initializeLocal(), and setTypeArgTInfo().
|
inline |
Definition at line 1026 of file TypeLoc.h.
References getNumProtocols(), clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getTypePtr(), and clang::ObjCProtocolQualifiers< T >::qual_begin().
|
inline |
Definition at line 999 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 1017 of file TypeLoc.h.
References getNumProtocols().
|
inline |
Definition at line 1032 of file TypeLoc.h.
References getNumProtocols().
|
inline |
Definition at line 1006 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 971 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 978 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 989 of file TypeLoc.h.
References getNumTypeArgs().
|
inline |
Definition at line 1036 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten.
| void ObjCObjectTypeLoc::initializeLocal | ( | ASTContext & | Context, |
| SourceLocation | Loc | ||
| ) |
Definition at line 401 of file TypeLoc.cpp.
References getNumProtocols(), getNumTypeArgs(), clang::ASTContext::getTrivialTypeSourceInfo(), clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getTypePtr(), setHasBaseTypeAsWritten(), setProtocolLAngleLoc(), setProtocolLoc(), setProtocolRAngleLoc(), setTypeArgsLAngleLoc(), setTypeArgsRAngleLoc(), and setTypeArgTInfo().
|
inline |
Definition at line 1040 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::HasBaseTypeAsWritten.
Referenced by initializeLocal().
|
inline |
Definition at line 1002 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::ProtocolLAngleLoc.
Referenced by initializeLocal().
|
inline |
Definition at line 1021 of file TypeLoc.h.
References getNumProtocols().
Referenced by initializeLocal().
|
inline |
Definition at line 1009 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::ProtocolRAngleLoc.
Referenced by initializeLocal().
|
inline |
Definition at line 974 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::TypeArgsLAngleLoc.
Referenced by clang::Sema::actOnObjCTypeArgsAndProtocolQualifiers(), and initializeLocal().
|
inline |
Definition at line 981 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, ObjCObjectTypeLoc, ObjCObjectType, ObjCObjectTypeLocInfo >::getLocalData(), and clang::ObjCObjectTypeLocInfo::TypeArgsRAngleLoc.
Referenced by initializeLocal().
|
inline |
Definition at line 994 of file TypeLoc.h.
References getNumTypeArgs().
Referenced by initializeLocal().
1.8.6