clang  3.7.0
Public Member Functions | List of all members
clang::TypeLocVisitor< ImplClass, RetTy > Class Template Reference

#include <TypeLocVisitor.h>

Inheritance diagram for clang::TypeLocVisitor< ImplClass, RetTy >:
[legend]

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 27 of file TypeLocVisitor.h.

Member Function Documentation

template<typename ImplClass, typename RetTy = void>
RetTy clang::TypeLocVisitor< ImplClass, RetTy >::Visit ( TypeLoc  TyLoc)
inline

Definition at line 29 of file TypeLocVisitor.h.

Referenced by clang::ASTReader::GetTypeSourceInfo().

template<typename ImplClass, typename RetTy = void>
RetTy clang::TypeLocVisitor< ImplClass, RetTy >::Visit ( UnqualTypeLoc  TyLoc)
inline

Definition at line 39 of file TypeLocVisitor.h.

template<typename ImplClass, typename RetTy = void>
RetTy clang::TypeLocVisitor< ImplClass, RetTy >::VisitTypeLoc ( TypeLoc  TyLoc)
inline

Definition at line 55 of file TypeLocVisitor.h.


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