Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 566 LocalInstantiationScope *StartingScope = nullptr; variable 650 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation() 656 StartingScope = nullptr; in disableLateAttributeInstantiation() 659 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
|
| H A D | Sema.h | 10452 LocalInstantiationScope *StartingScope = nullptr); 10461 LocalInstantiationScope *StartingScope,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1191 StartingScope, InstantiatingVarTemplate); in VisitVarDecl() 1294 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl() 1353 StartingScope); in VisitMSPropertyDecl() 1693 StartingScope); in VisitClassTemplateDecl() 1962 StartingScope); in VisitCXXRecordDecl() 4015 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl() 4439 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization() 4797 LateAttrs, StartingScope); in InitFunctionInstantiation() 5218 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument 5298 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument [all …]
|