clang  3.9.0
Public Member Functions | List of all members
clang::BuiltinTypeLoc Class Reference

Wrapper for source info for builtin types. More...

#include <TypeLoc.h>

Inheritance diagram for clang::BuiltinTypeLoc:
[legend]
Collaboration diagram for clang::BuiltinTypeLoc:
[legend]

Public Member Functions

SourceLocation getBuiltinLoc () const
 
void setBuiltinLoc (SourceLocation Loc)
 
SourceLocation getNameLoc () const
 
WrittenBuiltinSpecsgetWrittenBuiltinSpecs ()
 
const WrittenBuiltinSpecsgetWrittenBuiltinSpecs () const
 
bool needsExtraLocalData () const
 
unsigned getExtraLocalDataSize () const
 
unsigned getExtraLocalDataAlignment () const
 
SourceRange getLocalSourceRange () const
 
TypeSpecifierSign getWrittenSignSpec () const
 
bool hasWrittenSignSpec () const
 
void setWrittenSignSpec (TypeSpecifierSign written)
 
TypeSpecifierWidth getWrittenWidthSpec () const
 
bool hasWrittenWidthSpec () const
 
void setWrittenWidthSpec (TypeSpecifierWidth written)
 
TypeSpecifierType getWrittenTypeSpec () const
 
bool hasWrittenTypeSpec () const
 
void setWrittenTypeSpec (TypeSpecifierType written)
 
bool hasModeAttr () const
 
void setModeAttr (bool written)
 
void initializeLocal (ASTContext &Context, SourceLocation Loc)
 
- Public Member Functions inherited from clang::ConcreteTypeLoc< UnqualTypeLoc, BuiltinTypeLoc, BuiltinType, BuiltinLocInfo >
unsigned getLocalDataAlignment () const
 
unsigned getLocalDataSize () const
 
void copyLocal (BuiltinTypeLocother)
 
TypeLoc getNextTypeLoc () const
 
const BuiltinTypegetTypePtr () const
 
- Public Member Functions inherited from clang::UnqualTypeLoc
 UnqualTypeLoc ()
 
 UnqualTypeLoc (const Type *Ty, void *Data)
 
const TypegetTypePtr () const
 
TypeLocClass getTypeLocClass () const
 
- Public Member Functions inherited from clang::TypeLoc
template<typename T >
castAs () const
 Convert to the specified TypeLoc type, asserting that this TypeLoc is of the desired type. More...
 
template<typename T >
getAs () const
 Convert to the specified TypeLoc type, returning a null TypeLoc if this TypeLoc 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 TypegetTypePtr () 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, BuiltinTypeLoc, BuiltinType, BuiltinLocInfo >
unsigned getExtraLocalDataSize () const
 
unsigned getExtraLocalDataAlignment () const
 
BuiltinLocInfogetLocalData () 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
 

Detailed Description

Wrapper for source info for builtin types.

Definition at line 517 of file TypeLoc.h.

Member Function Documentation

SourceLocation clang::BuiltinTypeLoc::getBuiltinLoc ( ) const
inline
unsigned clang::BuiltinTypeLoc::getExtraLocalDataAlignment ( ) const
inline

Definition at line 550 of file TypeLoc.h.

unsigned clang::BuiltinTypeLoc::getExtraLocalDataSize ( ) const
inline

Definition at line 546 of file TypeLoc.h.

SourceRange clang::BuiltinTypeLoc::getLocalSourceRange ( ) const
inline

Definition at line 554 of file TypeLoc.h.

SourceLocation clang::BuiltinTypeLoc::getNameLoc ( ) const
inline

Definition at line 529 of file TypeLoc.h.

WrittenBuiltinSpecs& clang::BuiltinTypeLoc::getWrittenBuiltinSpecs ( )
inline
const WrittenBuiltinSpecs& clang::BuiltinTypeLoc::getWrittenBuiltinSpecs ( ) const
inline
TypeSpecifierSign clang::BuiltinTypeLoc::getWrittenSignSpec ( ) const
inline

Definition at line 558 of file TypeLoc.h.

References clang::TSS_unspecified.

TypeSpecifierType BuiltinTypeLoc::getWrittenTypeSpec ( ) const
TypeSpecifierWidth clang::BuiltinTypeLoc::getWrittenWidthSpec ( ) const
inline

Definition at line 572 of file TypeLoc.h.

References clang::TSW_unspecified.

bool clang::BuiltinTypeLoc::hasModeAttr ( ) const
inline

Definition at line 595 of file TypeLoc.h.

bool clang::BuiltinTypeLoc::hasWrittenSignSpec ( ) const
inline

Definition at line 564 of file TypeLoc.h.

References clang::TSS_unspecified.

bool clang::BuiltinTypeLoc::hasWrittenTypeSpec ( ) const
inline

Definition at line 587 of file TypeLoc.h.

References clang::TST_unspecified.

bool clang::BuiltinTypeLoc::hasWrittenWidthSpec ( ) const
inline

Definition at line 578 of file TypeLoc.h.

References clang::TSW_unspecified.

void clang::BuiltinTypeLoc::initializeLocal ( ASTContext Context,
SourceLocation  Loc 
)
inline
bool clang::BuiltinTypeLoc::needsExtraLocalData ( ) const
inline
void clang::BuiltinTypeLoc::setBuiltinLoc ( SourceLocation  Loc)
inline
void clang::BuiltinTypeLoc::setModeAttr ( bool  written)
inline

Definition at line 601 of file TypeLoc.h.

void clang::BuiltinTypeLoc::setWrittenSignSpec ( TypeSpecifierSign  written)
inline

Definition at line 567 of file TypeLoc.h.

void clang::BuiltinTypeLoc::setWrittenTypeSpec ( TypeSpecifierType  written)
inline

Definition at line 590 of file TypeLoc.h.

void clang::BuiltinTypeLoc::setWrittenWidthSpec ( TypeSpecifierWidth  written)
inline

Definition at line 581 of file TypeLoc.h.


The documentation for this class was generated from the following files: