Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h566 LocalInstantiationScope *StartingScope = nullptr; variable
650 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
656 StartingScope = nullptr; in disableLateAttributeInstantiation()
659 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
H A DSema.h10452 LocalInstantiationScope *StartingScope = nullptr);
10461 LocalInstantiationScope *StartingScope,
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1191 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1294 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1353 StartingScope); in VisitMSPropertyDecl()
1693 StartingScope); in VisitClassTemplateDecl()
1962 StartingScope); in VisitCXXRecordDecl()
4015 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4439 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4797 LateAttrs, StartingScope); in InitFunctionInstantiation()
5218 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
5298 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]