clang API Documentation
#include <TypeLoc.h>
Public Member Functions | |
SourceLocation | getTypeofLoc () const |
void | setTypeofLoc (SourceLocation Loc) |
SourceLocation | getLParenLoc () const |
void | setLParenLoc (SourceLocation Loc) |
SourceLocation | getRParenLoc () const |
void | setRParenLoc (SourceLocation Loc) |
SourceRange | getParensRange () const |
void | setParensRange (SourceRange range) |
SourceRange | getLocalSourceRange () const |
Get the local source range. | |
void | initializeLocal (ASTContext &Context, SourceLocation Loc) |
SourceRange clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::getLocalSourceRange | ( | ) | const [inline] |
Get the local source range.
Reimplemented from clang::TypeLoc.
Reimplemented in clang::TypeOfExprTypeLoc.
SourceLocation clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::getLParenLoc | ( | ) | const [inline] |
SourceRange clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::getParensRange | ( | ) | const [inline] |
SourceLocation clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::getRParenLoc | ( | ) | const [inline] |
SourceLocation clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::getTypeofLoc | ( | ) | const [inline] |
void clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::initializeLocal | ( | ASTContext & | Context, |
SourceLocation | Loc | ||
) | [inline] |
Reimplemented in clang::TypeOfTypeLoc.
void clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::setLParenLoc | ( | SourceLocation | Loc | ) | [inline] |
void clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::setParensRange | ( | SourceRange | range | ) | [inline] |
void clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::setRParenLoc | ( | SourceLocation | Loc | ) | [inline] |
void clang::TypeofLikeTypeLoc< Derived, TypeClass, LocalData >::setTypeofLoc | ( | SourceLocation | Loc | ) | [inline] |