Searched refs:StartingScope (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A 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()
|
| H A D | Sema.h | 9412 LocalInstantiationScope *StartingScope = nullptr); 9421 LocalInstantiationScope *StartingScope,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiateDecl.cpp | 1053 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 …]
|