Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
143 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
1887 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4876 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5426 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5530 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
9246 class LocalEagerInstantiationScope {9248 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function9255 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()