class OMPClauseVisitorBase
Declaration
template <class ImplClass,
template <typename>
class... Ptr,
typename RetTy>
class OMPClauseVisitorBase { /* full declaration omitted */ };
Description
This class implements a simple visitor for OMPClause subclasses.
Declared at: clang/include/clang/AST/OpenMPClause.h:8735
Templates
- ImplClass
- template
class Ptr - RetTy
Method Overview
- public RetTy Visit(Ptr<clang::OMPClause> S)
- public RetTy VisitOMPClause(Ptr<clang::OMPClause> Node)
Methods
¶RetTy Visit(Ptr<clang::OMPClause> S)
RetTy Visit(Ptr<clang::OMPClause> S)
Declared at: clang/include/clang/AST/OpenMPClause.h:8746
Parameters
- Ptr<clang::OMPClause> S
¶RetTy VisitOMPClause(Ptr<clang::OMPClause> Node)
RetTy VisitOMPClause(Ptr<clang::OMPClause> Node)
Declared at: clang/include/clang/AST/OpenMPClause.h:8760
Parameters
- Ptr<clang::OMPClause> Node