Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
151 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
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()