Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h178 class LocalInstantiationScope {
218 LocalInstantiationScope *Outer;
241 LocalInstantiationScope(
242 const LocalInstantiationScope &) = delete;
243 void operator=(const LocalInstantiationScope &) = delete;
246 LocalInstantiationScope(Sema &SemaRef, bool CombineWithOuterScope = false)
254 ~LocalInstantiationScope() { in ~LocalInstantiationScope()
274 LocalInstantiationScope *cloneScopes(LocalInstantiationScope *Outermost) { in cloneScopes()
279 LocalInstantiationScope *oldScope = SemaRef.CurrentInstantiationScope; in cloneScopes()
281 LocalInstantiationScope *newScope = in cloneScopes()
[all …]
DSema.h125 class LocalInstantiationScope; variable
6602 LocalInstantiationScope *CurrentInstantiationScope;
6784 LocalInstantiationScope *Scope;
6787 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute()
6797 LocalInstantiationScope *OuterMostScope = nullptr);
6843 LocalInstantiationScope *StartingScope = nullptr);
6852 LocalInstantiationScope *StartingScope,
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp815 LocalInstantiationScope Scope(SemaRef, /*CombineWithOuterScope=*/true); in TransformLambdaExpr()
1261 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in TransformFunctionParmPackRefExpr()
1327 LocalInstantiationScope Scope(SemaRef, /*CombineWithOuterScope=*/true); in TransformFunctionProtoType()
1963 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()
2067 LocalInstantiationScope::deleteScopes(I->Scope, in InstantiateClass()
2176 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true); in InstantiateEnum()
2244 LocalInstantiationScope Scope(*this); in InstantiateInClassInitializer()
2767 llvm::PointerUnion<Decl *, LocalInstantiationScope::DeclArgumentPack *> *
2768 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf()
2770 for (LocalInstantiationScope *Current = this; Current; in findInstantiationOf()
[all …]
DSemaTemplateInstantiateDecl.cpp208 LocalInstantiationScope *OuterMostScope) { in InstantiateAttrs()
248 LocalInstantiationScope *Saved = nullptr; in InstantiateAttrs()
416 LocalInstantiationScope Scope(SemaRef); in VisitTypeAliasTemplateDecl()
889 LocalInstantiationScope Scope(SemaRef); in VisitClassTemplateDecl()
1096 LocalInstantiationScope Scope(SemaRef); in VisitVarTemplateDecl()
1176 LocalInstantiationScope Scope(SemaRef); in VisitFunctionTemplateDecl()
1338 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
1614 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
1691 LocalInstantiationScope LocalScope(SemaRef); in VisitCXXMethodDecl()
2087 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl()
[all …]
DSemaTemplateVariadic.cpp575 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in CheckParameterPacksForExpansion()
666 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in getNumArgumentsInExpansion()
DSemaTemplateDeduction.cpp2181 LocalInstantiationScope InstScope(S); in FinishTemplateArgumentDeduction()
2345 LocalInstantiationScope InstScope(S); in FinishTemplateArgumentDeduction()
2556 LocalInstantiationScope InstScope(*this, /*MergeWithOuterScope*/true); in SubstituteExplicitTemplateArguments()
3283 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
3518 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
3796 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
3964 LocalInstantiationScope InstScope(*this); in DeduceAutoType()
DSemaTemplate.cpp2066 LocalInstantiationScope Scope(*this); in CheckTemplateIdType()
3562 LocalInstantiationScope Scope(*this); in CheckTemplateArgument()
3686 LocalInstantiationScope InstScope(*this, true); in CheckTemplateArgumentList()
DSemaExpr.cpp4132 LocalInstantiationScope Local(*this); in BuildCXXDefaultArgExpr()