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()4988 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()5540 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()5644 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
13519 class LocalEagerInstantiationScope {13521 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function13528 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()