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()
4988 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5540 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5644 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13519 class LocalEagerInstantiationScope {
13521 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
13528 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()