Searched refs:LocalEagerInstantiationScope (Results 1 – 2 of 2) sorted by relevance
1960 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4904 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5456 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5560 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
9881 class LocalEagerInstantiationScope {9883 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function9890 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()