clang API Documentation
#include <TypeLoc.h>
Public Member Functions | |
SourceLocation | getEllipsisLoc () const |
void | setEllipsisLoc (SourceLocation Loc) |
SourceRange | getLocalSourceRange () const |
Get the local source range. | |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
TypeLoc | getPatternLoc () const |
QualType | getInnerType () const |
SourceLocation clang::PackExpansionTypeLoc::getEllipsisLoc | ( | ) | const [inline] |
Definition at line 1874 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::Sema::getTemplateArgumentPackExpansionPattern(), clang::TreeTransform< Derived >::TransformFunctionTypeParam(), and clang::TreeTransform< Derived >::TransformFunctionTypeParams().
QualType clang::PackExpansionTypeLoc::getInnerType | ( | ) | const [inline] |
Reimplemented from clang::ConcreteTypeLoc< UnqualTypeLoc, PackExpansionTypeLoc, PackExpansionType, PackExpansionTypeLocInfo >.
Definition at line 1894 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getTypePtr().
SourceRange clang::PackExpansionTypeLoc::getLocalSourceRange | ( | ) | const [inline] |
Get the local source range.
Reimplemented from clang::TypeLoc.
TypeLoc clang::PackExpansionTypeLoc::getPatternLoc | ( | ) | const [inline] |
Definition at line 1890 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getInnerTypeLoc().
Referenced by clang::Sema::getTemplateArgumentPackExpansionPattern(), clang::TreeTransform< Derived >::TransformFunctionTypeParam(), and clang::TreeTransform< Derived >::TransformFunctionTypeParams().
void clang::PackExpansionTypeLoc::initializeLocal | ( | ASTContext & | Context, |
SourceLocation | Loc | ||
) | [inline] |
void clang::PackExpansionTypeLoc::setEllipsisLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 1878 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by clang::Sema::CheckPackExpansion(), and clang::TreeTransform< Derived >::TransformFunctionTypeParam().