clang: clang::TypeLocVisitor< ImplClass, RetTy > Class Template Reference (original) (raw)

#include "[clang/AST/TypeLocVisitor.h](TypeLocVisitor%5F8h%5Fsource.html)"

Inheritance diagram for clang::TypeLocVisitor< ImplClass, RetTy >:

Public Member Functions
RetTy Visit (TypeLoc TyLoc)
RetTy Visit (UnqualTypeLoc TyLoc)
RetTy VisitTypeLoc (TypeLoc TyLoc)

Detailed Description

template<typename ImplClass, typename RetTy = void>
class clang::TypeLocVisitor< ImplClass, RetTy >

Definition at line 25 of file TypeLocVisitor.h.

Member Function Documentation

Visit() [1/2]

template<typename ImplClass , typename RetTy = void>

Visit() [2/2]

template<typename ImplClass , typename RetTy = void>

VisitTypeLoc()

template<typename ImplClass , typename RetTy = void>


The documentation for this class was generated from the following file: