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.h127 class LocalInstantiationScope; variable
7004 LocalInstantiationScope *CurrentInstantiationScope;
7212 LocalInstantiationScope *Scope;
7215 LateInstantiatedAttribute(const Attr *A, LocalInstantiationScope *S, in LateInstantiatedAttribute()
7225 LocalInstantiationScope *OuterMostScope = nullptr);
7272 LocalInstantiationScope *StartingScope = nullptr);
7281 LocalInstantiationScope *StartingScope,
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp823 LocalInstantiationScope Scope(SemaRef, /*CombineWithOuterScope=*/true); in TransformLambdaExpr()
1247 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in TransformFunctionParmPackRefExpr()
1313 LocalInstantiationScope Scope(SemaRef, /*CombineWithOuterScope=*/true); in TransformFunctionProtoType()
1673 LocalInstantiationScope Local(*this); in SubstParmVarDecl()
1966 LocalInstantiationScope Scope(*this, MergeWithParentScope); in InstantiateClass()
2080 LocalInstantiationScope::deleteScopes(I->Scope, in InstantiateClass()
2191 LocalInstantiationScope Scope(*this, /*MergeWithParentScope*/true); in InstantiateEnum()
2261 LocalInstantiationScope Scope(*this, true); in InstantiateInClassInitializer()
2764 llvm::PointerUnion<Decl *, LocalInstantiationScope::DeclArgumentPack *> *
2765 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf()
[all …]
DSemaTemplateInstantiateDecl.cpp254 LocalInstantiationScope Local(S); in instantiateOMPDeclareSimdDeclAttr()
313 LocalInstantiationScope *OuterMostScope) { in InstantiateAttrs()
384 LocalInstantiationScope *Saved = nullptr; in InstantiateAttrs()
562 LocalInstantiationScope Scope(SemaRef); in VisitTypeAliasTemplateDecl()
1042 LocalInstantiationScope Scope(SemaRef); in VisitClassTemplateDecl()
1249 LocalInstantiationScope Scope(SemaRef); in VisitVarTemplateDecl()
1330 LocalInstantiationScope Scope(SemaRef); in VisitFunctionTemplateDecl()
1510 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitFunctionDecl()
1785 LocalInstantiationScope Scope(SemaRef, MergeWithParentScope); in VisitCXXMethodDecl()
2223 LocalInstantiationScope Scope(SemaRef); in VisitTemplateTemplateParmDecl()
[all …]
DSemaTemplateVariadic.cpp575 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in CheckParameterPacksForExpansion()
666 typedef LocalInstantiationScope::DeclArgumentPack DeclArgumentPack; in getNumArgumentsInExpansion()
DSemaTemplateDeduction.cpp2140 LocalInstantiationScope Scope(S); in ConvertDeducedTemplateArgument()
2211 LocalInstantiationScope InstScope(S); in FinishTemplateArgumentDeduction()
2350 LocalInstantiationScope InstScope(S); in FinishTemplateArgumentDeduction()
2561 LocalInstantiationScope InstScope(*this, /*MergeWithOuterScope*/true); in SubstituteExplicitTemplateArguments()
3353 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
3576 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
3856 LocalInstantiationScope InstScope(*this); in DeduceTemplateArguments()
4031 LocalInstantiationScope InstScope(*this); in DeduceAutoType()
DSemaTemplate.cpp2170 LocalInstantiationScope Scope(*this); in CheckTemplateIdType()
3651 LocalInstantiationScope Scope(*this); in CheckTemplateArgument()
3803 LocalInstantiationScope InstScope(*this, true); in CheckTemplateArgumentList()
DSemaExpr.cpp4533 LocalInstantiationScope Local(*this); in BuildCXXDefaultArgExpr()