Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h535 LocalInstantiationScope *StartingScope = nullptr; variable
620 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
626 StartingScope = nullptr; in disableLateAttributeInstantiation()
629 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
H A DSema.h10137 LocalInstantiationScope *StartingScope = nullptr);
10146 LocalInstantiationScope *StartingScope,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1151 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1254 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1313 StartingScope); in VisitMSPropertyDecl()
1671 StartingScope); in VisitClassTemplateDecl()
1918 StartingScope); in VisitCXXRecordDecl()
3950 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4374 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4704 LateAttrs, StartingScope); in InitFunctionInstantiation()
5116 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
5196 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]