clang API Documentation
#include <TypeLoc.h>


Public Member Functions | |
| SourceLocation | getLParenLoc () const |
| SourceLocation | getRParenLoc () const |
| void | setLParenLoc (SourceLocation Loc) |
| void | setRParenLoc (SourceLocation Loc) |
| SourceRange | getLocalSourceRange () const |
| Get the local source range. | |
| void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
| TypeLoc | getInnerLoc () const |
| QualType | getInnerType () const |
| TypeLoc clang::ParenTypeLoc::getInnerLoc | ( | ) | const [inline] |
Definition at line 965 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getInnerTypeLoc().
Referenced by FixInvalidVariablyModifiedTypeLoc().
| QualType clang::ParenTypeLoc::getInnerType | ( | ) | const [inline] |
Reimplemented from clang::ConcreteTypeLoc< UnqualTypeLoc, ParenTypeLoc, ParenType, ParenLocInfo >.
Definition at line 969 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getTypePtr().
| SourceRange clang::ParenTypeLoc::getLocalSourceRange | ( | ) | const [inline] |
Get the local source range.
Reimplemented from clang::TypeLoc.
| SourceLocation clang::ParenTypeLoc::getLParenLoc | ( | ) | const [inline] |
Definition at line 943 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
| SourceLocation clang::ParenTypeLoc::getRParenLoc | ( | ) | const [inline] |
Definition at line 946 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
| void clang::ParenTypeLoc::initializeLocal | ( | ASTContext & | Context, |
| SourceLocation | Loc | ||
| ) | [inline] |
| void clang::ParenTypeLoc::setLParenLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 949 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by FixInvalidVariablyModifiedTypeLoc().
| void clang::ParenTypeLoc::setRParenLoc | ( | SourceLocation | Loc | ) | [inline] |
Definition at line 952 of file TypeLoc.h.
References clang::ConcreteTypeLoc< UnqualTypeLoc, TypeSpecTypeLoc, Type, TypeSpecLocInfo >::getLocalData().
Referenced by FixInvalidVariablyModifiedTypeLoc().