Searched refs:StartingScope (Results 1 – 6 of 6) 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/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 471 LocalInstantiationScope *StartingScope = nullptr; variable 545 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation() 551 StartingScope = nullptr; in disableLateAttributeInstantiation() 554 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
|
D | Sema.h | 9260 LocalInstantiationScope *StartingScope = nullptr); 9269 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 1021 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 …]
|