Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp625 class TemplateInstantiator : public TreeTransform<TemplateInstantiator> { class
631 typedef TreeTransform<TemplateInstantiator> inherited;
633 TemplateInstantiator(Sema &SemaRef, in TemplateInstantiator() function in __anon918e3cd70111::TemplateInstantiator
809 TreeTransform<TemplateInstantiator>::TransformCallExpr(CE); in TransformCallExpr()
816 return TreeTransform<TemplateInstantiator>::TransformLambdaExpr(E); in TransformLambdaExpr()
857 bool TemplateInstantiator::AlreadyTransformed(QualType T) { in AlreadyTransformed()
878 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { in TransformDecl()
913 Decl *TemplateInstantiator::TransformDefinition(SourceLocation Loc, Decl *D) { in TransformDefinition()
923 TemplateInstantiator::TransformFirstQualifierInScope(NamedDecl *D, in TransformFirstQualifierInScope()
962 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl()
[all …]