Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h379 LocalInstantiationScope *StartingScope; variable
402 StartingScope(nullptr) {} in TemplateDeclInstantiator()
442 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
448 StartingScope = nullptr; in disableLateAttributeInstantiation()
451 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
DSema.h7272 LocalInstantiationScope *StartingScope = nullptr);
7281 LocalInstantiationScope *StartingScope,
/external/llvm-project/clang/include/clang/Sema/
DTemplate.h471 LocalInstantiationScope *StartingScope = nullptr; variable
545 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
551 StartingScope = nullptr; in disableLateAttributeInstantiation()
554 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
DSema.h9260 LocalInstantiationScope *StartingScope = nullptr);
9269 LocalInstantiationScope *StartingScope,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp641 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
719 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
778 StartingScope); in VisitMSPropertyDecl()
2869 Owner, StartingScope); in VisitVarTemplateSpecializationDecl()
3183 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
3463 LateAttrs, StartingScope); in InitFunctionInstantiation()
3719 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
3788 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
3816 InstantiateAttrs(TemplateArgs, OldVar, NewVar, LateAttrs, StartingScope); in BuildVariableInstantiation()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1021 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1102 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1161 StartingScope); in VisitMSPropertyDecl()
1545 StartingScope); in VisitClassTemplateDecl()
1781 StartingScope); in VisitCXXRecordDecl()
3695 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4124 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4552 LateAttrs, StartingScope); in InitFunctionInstantiation()
4888 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
4965 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]