Home
last modified time | relevance | path

Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DTemplate.h471 LocalInstantiationScope *StartingScope = nullptr; variable
545 StartingScope = SemaRef.CurrentInstantiationScope; in enableLateAttributeInstantiation()
551 StartingScope = nullptr; in disableLateAttributeInstantiation()
554 LocalInstantiationScope *getStartingScope() const { return StartingScope; } in getStartingScope()
H A DSema.h9412 LocalInstantiationScope *StartingScope = nullptr);
9421 LocalInstantiationScope *StartingScope,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1053 StartingScope, InstantiatingVarTemplate); in VisitVarDecl()
1134 SemaRef.InstantiateAttrs(TemplateArgs, D, Field, LateAttrs, StartingScope); in VisitFieldDecl()
1193 StartingScope); in VisitMSPropertyDecl()
1547 StartingScope); in VisitClassTemplateDecl()
1783 StartingScope); in VisitCXXRecordDecl()
3696 StartingScope, false, PrevDecl); in VisitVarTemplateSpecializationDecl()
4125 LateAttrs, Owner, StartingScope); in InstantiateVarTemplatePartialSpecialization()
4560 LateAttrs, StartingScope); in InitFunctionInstantiation()
4896 LocalInstantiationScope *StartingScope) { in BuildVarTemplateInstantiation() argument
4973 LocalInstantiationScope *StartingScope, in BuildVariableInstantiation() argument
[all …]