clang API Documentation
#include <TypeLoc.h>


Public Member Functions | |
| TypeLoc | getOriginalLoc () const |
| void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
| QualType | getInnerType () const |
| SourceRange | getLocalSourceRange () const |
| Get the local source range. | |
| unsigned | getLocalDataSize () const |
| QualType clang::AdjustedTypeLoc::getInnerType | ( | ) | const [inline] |
Reimplemented from clang::ConcreteTypeLoc< UnqualTypeLoc, AdjustedTypeLoc, AdjustedType, AdjustedLocInfo >.
Definition at line 994 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getTypePtr().
| unsigned clang::AdjustedTypeLoc::getLocalDataSize | ( | ) | const [inline] |
| SourceRange clang::AdjustedTypeLoc::getLocalSourceRange | ( | ) | const [inline] |
Get the local source range.
Reimplemented from clang::TypeLoc.
| TypeLoc clang::AdjustedTypeLoc::getOriginalLoc | ( | ) | const [inline] |
Definition at line 986 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getInnerTypeLoc().
| void clang::AdjustedTypeLoc::initializeLocal | ( | ASTContext & | Context, |
| SourceLocation | Loc | ||
| ) | [inline] |