|
clang
5.0.0
|
Type source information for an attributed type. More...
#include "clang/AST/TypeLoc.h"
Public Member Functions | |
| AttributedType::Kind | getAttrKind () const |
| bool | hasAttrExprOperand () const |
| bool | hasAttrEnumOperand () const |
| bool | hasAttrOperand () const |
| bool | isQualifier () const |
| SourceLocation | getAttrEnumOperandLoc () const |
| The modified type, which is generally canonically different from the attribute type. More... | |
| void | setAttrEnumOperandLoc (SourceLocation loc) |
| SourceRange | getAttrOperandParensRange () const |
| The location of the parentheses around the operand, if there is an operand. More... | |
| void | setAttrOperandParensRange (SourceRange range) |
| SourceRange | getLocalSourceRange () const |
| void | initializeLocal (ASTContext &Context, SourceLocation loc) |
| QualType | getInnerType () const |
Public Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo > | |
| unsigned | getLocalDataAlignment () const |
| unsigned | getLocalDataSize () const |
| void | copyLocal (AttributedTypeLocother) |
| TypeLoc | getNextTypeLoc () const |
| const AttributedType * | 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, AttributedTypeLoc, AttributedType, AttributedLocInfo > | |
| unsigned | getExtraLocalDataSize () const |
| unsigned | getExtraLocalDataAlignment () const |
| AttributedLocInfo * | 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 |
The modified type, which is generally canonically different from the attribute type.
int main(int, char**) attribute((noreturn)) ~~~ ~~~~~~~~~~~~~ */ TypeLoc getModifiedLoc() const { return getInnerTypeLoc(); }
/** The location of the attribute name, i.e.
/** The attribute's expression operand, if it has one.
/** The location of the attribute's enumerated operand, if it has one.
Definition at line 887 of file TypeLoc.h.
References clang::SourceLocation::getFromRawEncoding(), clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getLocalData(), and hasAttrEnumOperand().
|
inline |
Definition at line 832 of file TypeLoc.h.
References clang::AttributedType::getAttrKind(), and clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getTypePtr().
Referenced by fillAttributedTypeLoc(), hasAttrEnumOperand(), and hasAttrExprOperand().
|
inline |
The location of the parentheses around the operand, if there is an operand.
void * attribute((objc_gc(weak))) ^ ^
Definition at line 900 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getLocalData(), hasAttrOperand(), and clang::AttributedLocInfo::OperandParens.
Referenced by getLocalSourceRange().
|
inline |
Definition at line 936 of file TypeLoc.h.
References clang::AttributedType::getModifiedType(), and clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getTypePtr().
|
inline |
Definition at line 909 of file TypeLoc.h.
References getAttrOperandParensRange(), hasAttrOperand(), and clang::SourceRange::setEnd().
|
inline |
Definition at line 841 of file TypeLoc.h.
References clang::AttributedType::FirstEnumOperandKind, getAttrKind(), and clang::AttributedType::LastEnumOperandKind.
Referenced by fillAttributedTypeLoc(), getAttrEnumOperandLoc(), hasAttrOperand(), initializeLocal(), and setAttrEnumOperandLoc().
|
inline |
Definition at line 836 of file TypeLoc.h.
References clang::AttributedType::FirstExprOperandKind, getAttrKind(), and clang::AttributedType::LastExprOperandKind.
Referenced by fillAttributedTypeLoc(), hasAttrOperand(), and initializeLocal().
|
inline |
Definition at line 846 of file TypeLoc.h.
References hasAttrEnumOperand(), and hasAttrExprOperand().
Referenced by fillAttributedTypeLoc(), getAttrOperandParensRange(), getLocalSourceRange(), and setAttrOperandParensRange().
|
inline |
Definition at line 925 of file TypeLoc.h.
References hasAttrEnumOperand(), hasAttrExprOperand(), setAttrEnumOperandLoc(), and setAttrOperandParensRange().
|
inline |
Definition at line 850 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getTypePtr(), and clang::AttributedType::isQualifier().
|
inline |
Definition at line 891 of file TypeLoc.h.
References clang::AttributedLocInfo::EnumOperandLoc, clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getLocalData(), clang::SourceLocation::getRawEncoding(), and hasAttrEnumOperand().
Referenced by fillAttributedTypeLoc(), and initializeLocal().
|
inline |
Definition at line 904 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, AttributedTypeLoc, AttributedType, AttributedLocInfo >::getLocalData(), hasAttrOperand(), and clang::AttributedLocInfo::OperandParens.
Referenced by fillAttributedTypeLoc(), and initializeLocal().
1.8.6