Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 582 LocalInstantiationScope *StartingScope = nullptr; variable 669 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation() 675 StartingScope = nullptr; in disableLateAttributeInstantiation() 678 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
|
| H A D | Sema.h | 13994 LocalInstantiationScope *StartingScope = nullptr); 14010 LocalInstantiationScope *StartingScope,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1055 SemaRef.InstantiateAttrs(TemplateArgs, D, Inst, LateAttrs, StartingScope); in VisitLabelDecl() 1691 StartingScope, InstantiatingVarTemplate); in VisitVarDecl() 1797 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl() 1856 StartingScope); in VisitMSPropertyDecl() 2259 StartingScope); in VisitClassTemplateDecl() 2529 StartingScope); in VisitCXXRecordDecl() 4599 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl() 4996 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization() 5370 LateAttrs, StartingScope); in InitFunctionInstantiation() 5896 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument [all …]
|