Searched refs:LocalEagerInstantiationScope (Results 1 – 2 of 2) sorted by relevance
1558 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()3949 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()4423 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()4537 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
7701 class LocalEagerInstantiationScope {7703 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function7710 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()