Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
248 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
2004 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4997 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5558 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5662 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
10193 class LocalEagerInstantiationScope {10195 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function10202 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()