clang API Documentation
#include <TypeVisitor.h>

Public Member Functions | |
| RetTy | Visit (const Type *T) |
| RetTy | VisitType (const Type *) |
Definition at line 26 of file TypeVisitor.h.
| RetTy clang::TypeVisitor< ImplClass, RetTy >::Visit | ( | const Type * | T | ) | [inline] |
Definition at line 28 of file TypeVisitor.h.
Referenced by clang::ASTImporter::Import().
| RetTy clang::TypeVisitor< ImplClass, RetTy >::VisitType | ( | const Type * | ) | [inline] |
Reimplemented in clang::ASTNodeImporter.
Definition at line 46 of file TypeVisitor.h.