clang 19.0.0git
List of all members
clang::AttrVisitor< ImplClass, RetTy, ParamTys > Class Template Reference

A simple visitor class that helps create attribute visitors. More...

#include "clang/AST/AttrVisitor.h"

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

Additional Inherited Members

- Public Member Functions inherited from clang::attrvisitor::Base< Ptr, ImplClass, RetTy, ParamTys >
RetTy Visit (PTR(Attr) A)
 
RetTy VisitAttr (PTR(Attr))
 

Detailed Description

template<typename ImplClass, typename RetTy = void, typename... ParamTys>
class clang::AttrVisitor< ImplClass, RetTy, ParamTys >

A simple visitor class that helps create attribute visitors.

This class does not preserve constness of Attr pointers (see also ConstAttrVisitor).

Definition at line 61 of file AttrVisitor.h.


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