This is a base class for callbacks that will be notified at every template instantiation.
More...
#include "clang/Sema/TemplateInstCallback.h"
This is a base class for callbacks that will be notified at every template instantiation.
Definition at line 23 of file TemplateInstCallback.h.
◆ ~TemplateInstantiationCallback()
virtual clang::TemplateInstantiationCallback::~TemplateInstantiationCallback |
( |
| ) |
|
|
virtualdefault |
◆ atTemplateBegin()
Called when instantiation of a template just began.
◆ atTemplateEnd()
Called when instantiation of a template is just about to end.
◆ finalize()
virtual void clang::TemplateInstantiationCallback::finalize |
( |
const Sema & |
TheSema | ) |
|
|
pure virtual |
Called after AST-parsing is completed.
◆ initialize()
virtual void clang::TemplateInstantiationCallback::initialize |
( |
const Sema & |
TheSema | ) |
|
|
pure virtual |
Called before doing AST-parsing.
The documentation for this class was generated from the following file: