clang 20.0.0git
|
#include "clang/AST/TemplateBase.h"
Go to the source code of this file.
Classes | |
class | clang::templateargumentvisitor::Base< Ref, ImplClass, RetTy, ParamTys > |
A simple visitor class that helps create template argument visitors. More... | |
class | clang::TemplateArgumentVisitor< ImplClass, RetTy, ParamTys > |
A simple visitor class that helps create template argument visitors. More... | |
class | clang::ConstTemplateArgumentVisitor< ImplClass, RetTy, ParamTys > |
A simple visitor class that helps create template argument visitors. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::templateargumentvisitor |
Macros | |
#define | REF(CLASS) typename Ref<CLASS>::type |
#define | DISPATCH(NAME) |
#define | VISIT_METHOD(CATEGORY) |
#define DISPATCH | ( | NAME | ) |
Definition at line 28 of file TemplateArgumentVisitor.h.
#define REF | ( | CLASS | ) | typename Ref<CLASS>::type |
Definition at line 27 of file TemplateArgumentVisitor.h.
#define VISIT_METHOD | ( | CATEGORY | ) |
Definition at line 52 of file TemplateArgumentVisitor.h.