Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
248 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
2043 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4990 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5542 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5646 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
13526 class LocalEagerInstantiationScope {13528 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function13535 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()