Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Template.h | 379 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()
|
D | Sema.h | 7272 LocalInstantiationScope *StartingScope = nullptr); 7281 LocalInstantiationScope *StartingScope,
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 641 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()
|