Home
last modified time | relevance | path

Searched refs:LocalEagerInstantiationScope (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Interpreter/
H A DIncrementalParser.cpp148 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1944 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4895 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5445 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5549 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h9575 class LocalEagerInstantiationScope {
9577 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9584 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()