Home
last modified time | relevance | path

Searched refs:TemplateInstantiator (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp622 class TemplateInstantiator : public TreeTransform<TemplateInstantiator> { class
628 typedef TreeTransform<TemplateInstantiator> inherited;
630 TemplateInstantiator(Sema &SemaRef, in TemplateInstantiator() function in __anon486d7a760111::TemplateInstantiator
824 return TreeTransform<TemplateInstantiator>::TransformLambdaExpr(E); in TransformLambdaExpr()
843 bool TemplateInstantiator::AlreadyTransformed(QualType T) { in AlreadyTransformed()
864 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { in TransformDecl()
899 Decl *TemplateInstantiator::TransformDefinition(SourceLocation Loc, Decl *D) { in TransformDefinition()
909 TemplateInstantiator::TransformFirstQualifierInScope(NamedDecl *D, in TransformFirstQualifierInScope()
948 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
960 VarDecl *TemplateInstantiator::RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, in RebuildObjCExceptionDecl()
[all …]