clang 20.0.0git
|
#include "clang/AST/TypeLocVisitor.h"
Public Member Functions | |
RetTy | Visit (TypeLoc TyLoc) |
RetTy | Visit (UnqualTypeLoc TyLoc) |
RetTy | VisitTypeLoc (TypeLoc TyLoc) |
Definition at line 25 of file TypeLocVisitor.h.
|
inline |
Definition at line 27 of file TypeLocVisitor.h.
References clang::TypeLoc::getTypeLocClass().
Referenced by clang::ASTRecordReader::readTypeLoc(), clang::ASTNodeTraverser< Derived, NodeDelegateType >::Visit(), and clang::TextNodeDumper::Visit().
|
inline |
Definition at line 37 of file TypeLocVisitor.h.
References clang::UnqualTypeLoc::getTypeLocClass().
|
inline |
Definition at line 53 of file TypeLocVisitor.h.