Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h505 LocalInstantiationScope *StartingScope = nullptr; variable
581 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
587 StartingScope = nullptr; in disableLateAttributeInstantiation()
590 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
H A DSema.h9810 LocalInstantiationScope *StartingScope = nullptr);
9819 LocalInstantiationScope *StartingScope,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1143 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1243 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1302 StartingScope); in VisitMSPropertyDecl()
1656 StartingScope); in VisitClassTemplateDecl()
1902 StartingScope); in VisitCXXRecordDecl()
3883 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4310 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4696 LateAttrs, StartingScope); in InitFunctionInstantiation()
5108 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
5185 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]