Home
last modified time | relevance | path

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

/src/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.h13701 LocalInstantiationScope *StartingScope = nullptr);
13717 LocalInstantiationScope *StartingScope,
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1232 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1335 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1394 StartingScope); in VisitMSPropertyDecl()
1731 StartingScope); in VisitClassTemplateDecl()
2001 StartingScope); in VisitCXXRecordDecl()
4052 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4447 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4810 LateAttrs, StartingScope); in InitFunctionInstantiation()
5221 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
5297 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]