clang 22.0.0git
|
#include "clang/Sema/Sema.h"
Go to the source code of this file.
Classes | |
class | clang::TemplateInstantiationCallback |
This is a base class for callbacks that will be notified at every template instantiation. More... |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. |
Functions | |
template<class TemplateInstantiationCallbackPtrs> | |
void | clang::initialize (TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema) |
template<class TemplateInstantiationCallbackPtrs> | |
void | clang::finalize (TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema) |
template<class TemplateInstantiationCallbackPtrs> | |
void | clang::atTemplateBegin (TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema, const Sema::CodeSynthesisContext &Inst) |
template<class TemplateInstantiationCallbackPtrs> | |
void | clang::atTemplateEnd (TemplateInstantiationCallbackPtrs &Callbacks, const Sema &TheSema, const Sema::CodeSynthesisContext &Inst) |