Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DTemplate.h471 LocalInstantiationScope *StartingScope = nullptr; variable
547 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
553 StartingScope = nullptr; in disableLateAttributeInstantiation()
556 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
DSema.h9484 LocalInstantiationScope *StartingScope = nullptr);
9493 LocalInstantiationScope *StartingScope,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1089 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1189 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1248 StartingScope); in VisitMSPropertyDecl()
1602 StartingScope); in VisitClassTemplateDecl()
1845 StartingScope); in VisitCXXRecordDecl()
3820 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4249 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4684 LateAttrs, StartingScope); in InitFunctionInstantiation()
5089 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
5166 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]