clang
3.7.0
|
Wrapper for source info for functions. More...
#include <TypeLoc.h>
Public Member Functions | |
SourceLocation | getLocalRangeBegin () const |
void | setLocalRangeBegin (SourceLocation L) |
SourceLocation | getLocalRangeEnd () const |
void | setLocalRangeEnd (SourceLocation L) |
SourceLocation | getLParenLoc () const |
void | setLParenLoc (SourceLocation Loc) |
SourceLocation | getRParenLoc () const |
void | setRParenLoc (SourceLocation Loc) |
SourceRange | getParensRange () const |
ArrayRef< ParmVarDecl * > | getParams () const |
ParmVarDecl ** | getParmArray () const |
unsigned | getNumParams () const |
ParmVarDecl * | getParam (unsigned i) const |
void | setParam (unsigned i, ParmVarDecl *VD) |
TypeLoc | getReturnLoc () const |
SourceRange | getLocalSourceRange () const |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
unsigned | getExtraLocalDataSize () const |
Returns the size of the type source info data block that is specific to this type. More... | |
unsigned | getExtraLocalDataAlignment () const |
QualType | getInnerType () const |
![]() | |
unsigned | getLocalDataAlignment () const |
unsigned | getLocalDataSize () const |
void | copyLocal (FunctionTypeLocother) |
TypeLoc | getNextTypeLoc () const |
const FunctionType * | getTypePtr () const |
![]() | |
UnqualTypeLoc () | |
UnqualTypeLoc (const Type *Ty, void *Data) | |
const Type * | getTypePtr () const |
TypeLocClass | getTypeLocClass () const |
![]() | |
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... | |
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 |
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) const |
Initializes this by copying its information from another TypeLoc of the same type. More... | |
void | initializeFullCopy (TypeLoc Other, unsigned Size) const |
Initializes this by copying its information from another TypeLoc of the same type. The given size must be the full data size. More... | |
void | copy (TypeLoc other) |
Copies the other type loc into this one. More... | |
SourceLocation | findNullabilityLoc () const |
Additional Inherited Members | |
![]() | |
enum | TypeLocClass { Qualified } |
![]() | |
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... | |
![]() | |
unsigned | getExtraLocalDataSize () const |
unsigned | getExtraLocalDataAlignment () const |
FunctionLocInfo * | getLocalData () const |
void * | getExtraLocalData () const |
void * | getNonLocalData () const |
HasNoInnerType | getInnerType () const |
TypeLoc | getInnerTypeLoc () const |
![]() | |
const void * | Ty |
void * | Data |
|
inline |
|
inline |
|
inline |
Definition at line 1324 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getTypePtr().
|
inline |
Definition at line 1248 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
Definition at line 1255 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
|
inline |
Definition at line 1262 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
Definition at line 1289 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getTypePtr().
Referenced by FormatFunctionParameter(), NeedsInstantiationAsFunctionType(), clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().
|
inline |
Definition at line 1294 of file TypeLoc.h.
Referenced by FormatFunctionParameter(), NeedsInstantiationAsFunctionType(), and clang::TemplateDeclInstantiator::SubstFunctionType().
|
inline |
|
inline |
|
inline |
Definition at line 1285 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getExtraLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
Definition at line 1297 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getInnerTypeLoc().
Referenced by addFunctionPointerConversion(), clang::Sema::checkThisInStaticMemberFunctionType(), clang::FunctionDecl::getReturnTypeSourceRange(), and clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
Definition at line 1269 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType().
|
inline |
|
inline |
Definition at line 1251 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().
|
inline |
Definition at line 1258 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().
|
inline |
Definition at line 1265 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().
|
inline |
Definition at line 1295 of file TypeLoc.h.
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().
|
inline |
Definition at line 1272 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::TreeTransform< Derived >::TransformFunctionProtoType(), and clang::TypeLocReader::VisitFunctionTypeLoc().