Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance
145 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
1825 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()4752 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5234 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5338 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
9177 class LocalEagerInstantiationScope {9179 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function9186 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()