Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp248 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2043 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4990 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5542 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5646 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13526 class LocalEagerInstantiationScope {
13528 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
13535 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()