clang API Documentation

Public Member Functions
clang::TypeVisitor< ImplClass, RetTy > Class Template Reference

#include <TypeVisitor.h>

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

List of all members.

Public Member Functions

RetTy Visit (const Type *T)
RetTy VisitType (const Type *)

Detailed Description

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

Definition at line 26 of file TypeVisitor.h.


Member Function Documentation

template<typename ImplClass, typename RetTy = void>
RetTy clang::TypeVisitor< ImplClass, RetTy >::Visit ( const Type T) [inline]

Definition at line 28 of file TypeVisitor.h.

Referenced by clang::ASTImporter::Import().

template<typename ImplClass, typename RetTy = void>
RetTy clang::TypeVisitor< ImplClass, RetTy >::VisitType ( const Type ) [inline]

Reimplemented in clang::ASTNodeImporter.

Definition at line 46 of file TypeVisitor.h.


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