Home
last modified time | relevance | path

Searched refs:StartingScope (Results 1 – 3 of 3) 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/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()