Searched refs:LocalEagerInstantiationScope (Results 1 – 2 of 2) sorted by relevance
1747 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4599 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5089 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5193 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
8626 class LocalEagerInstantiationScope {8628 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function8635 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()