Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Template.h | 426 LocalInstantiationScope *StartingScope = nullptr; variable 490 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation() 496 StartingScope = nullptr; in disableLateAttributeInstantiation() 499 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
|
| H A D | Sema.h | 7917 LocalInstantiationScope *StartingScope = nullptr); 7926 LocalInstantiationScope *StartingScope,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 756 StartingScope, InstantiatingVarTemplate); in VisitVarDecl() 837 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl() 896 StartingScope); in VisitMSPropertyDecl() 1280 StartingScope); in VisitClassTemplateDecl() 1516 StartingScope); in VisitCXXRecordDecl() 3157 Owner, StartingScope); in VisitVarTemplateSpecializationDecl() 3493 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization() 3785 LateAttrs, StartingScope); in InitFunctionInstantiation() 4093 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument 4167 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument [all …]
|