class TypeLocVisitor
Declaration
template <typename ImplClass, typename RetTy = void>
class TypeLocVisitor { /* full declaration omitted */ };
Declared at: clang/include/clang/AST/TypeLocVisitor.h:25
Templates
- ImplClass
- RetTy = void
Method Overview
- public RetTy Visit(clang::TypeLoc TyLoc)
- public RetTy Visit(clang::UnqualTypeLoc TyLoc)
- public RetTy VisitTypeLoc(clang::TypeLoc TyLoc)
Methods
¶RetTy Visit(clang::TypeLoc TyLoc)
RetTy Visit(clang::TypeLoc TyLoc)
Declared at: clang/include/clang/AST/TypeLocVisitor.h:27
Parameters
- clang::TypeLoc TyLoc
¶RetTy Visit(clang::UnqualTypeLoc TyLoc)
RetTy Visit(clang::UnqualTypeLoc TyLoc)
Declared at: clang/include/clang/AST/TypeLocVisitor.h:37
Parameters
- clang::UnqualTypeLoc TyLoc
¶RetTy VisitTypeLoc(clang::TypeLoc TyLoc)
RetTy VisitTypeLoc(clang::TypeLoc TyLoc)
Declared at: clang/include/clang/AST/TypeLocVisitor.h:53
Parameters
- clang::TypeLoc TyLoc