Searched refs:LocalEagerInstantiationScope (Results 1 – 2 of 2) sorted by relevance
1823 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4744 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5226 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5330 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
9025 class LocalEagerInstantiationScope {9027 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function9034 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()