Searched refs:TemplateInstantiator (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 622 class TemplateInstantiator : public TreeTransform<TemplateInstantiator> { class 628 typedef TreeTransform<TemplateInstantiator> inherited; 630 TemplateInstantiator(Sema &SemaRef, in TemplateInstantiator() function in __anon918e3cd70111::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 …]
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 912 class TemplateInstantiator : public TreeTransform<TemplateInstantiator> { class 918 typedef TreeTransform<TemplateInstantiator> inherited; 920 TemplateInstantiator(Sema &SemaRef, in TemplateInstantiator() function in __anond2391fa50111::TemplateInstantiator 1132 return TreeTransform<TemplateInstantiator>::TransformLambdaExpr(E); in TransformLambdaExpr() 1137 return TreeTransform<TemplateInstantiator>::TransformRequiresExpr(E); in TransformRequiresExpr() 1194 bool TemplateInstantiator::AlreadyTransformed(QualType T) { in AlreadyTransformed() 1215 Decl *TemplateInstantiator::TransformDecl(SourceLocation Loc, Decl *D) { in TransformDecl() 1250 Decl *TemplateInstantiator::TransformDefinition(SourceLocation Loc, Decl *D) { in TransformDefinition() 1260 TemplateInstantiator::TransformFirstQualifierInScope(NamedDecl *D, in TransformFirstQualifierInScope() 1299 TemplateInstantiator::RebuildExceptionDecl(VarDecl *ExceptionDecl, in RebuildExceptionDecl() [all …]
|