reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
  791   class TemplateInstantiator : public TreeTransform<TemplateInstantiator> {
  797     typedef TreeTransform<TemplateInstantiator> inherited;
 1660   TemplateInstantiator Instantiator(*this, Args, Loc, Entity);
 1685   TemplateInstantiator Instantiator(*this, Args, Loc, Entity);
 1708   TemplateInstantiator Instantiator(*this, TemplateArgs, Loc, Entity);
 1751   TemplateInstantiator Instantiator(*this, Args, Loc, Entity);
 1787   TemplateInstantiator Instantiator(*this, Args, Loc, DeclarationName());
 1926   TemplateInstantiator Instantiator(*this, TemplateArgs, Loc,
 2897   TemplateInstantiator Instantiator(*this, TemplateArgs,
 2908   TemplateInstantiator Instantiator(*this, TemplateArgs,
 2917   TemplateInstantiator Instantiator(*this, TemplateArgs,
 2929   TemplateInstantiator Instantiator(*this, TemplateArgs,
 2942   TemplateInstantiator Instantiator(*this, TemplateArgs, NNS.getBeginLoc(),
 2951   TemplateInstantiator Instantiator(*this, TemplateArgs, NameInfo.getLoc(),
 2960   TemplateInstantiator Instantiator(*this, TemplateArgs, Loc,
 2970   TemplateInstantiator Instantiator(*this, TemplateArgs, SourceLocation(),
tools/clang/lib/Sema/TreeTransform.h
  100     Derived &Self;
  104     ForgetPartiallySubstitutedPackRAII(Derived &Self) : Self(Self) {
  126   Derived &getDerived() { return static_cast<Derived&>(*this); }
  129   const Derived &getDerived() const {
 4059   TreeTransform<Derived> &Self;
 4080   explicit TemplateArgumentLocInventIterator(TreeTransform<Derived> &Self,
 4129       typedef TemplateArgumentLocInventIterator<Derived,
 9013     TreeTransform<Derived> &TT, OMPMappableExprListClause<T> *C,
 9071   if (transformOMPMappableExprListClause<Derived, OMPMapClause>(
 9186   if (transformOMPMappableExprListClause<Derived, OMPToClause>(
 9200   if (transformOMPMappableExprListClause<Derived, OMPFromClause>(
12094         Derived, const TemplateArgument*> PackLocIterator;