Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
148 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
1944 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4895 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5445 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5549 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
9575 class LocalEagerInstantiationScope {9577 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function9584 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()