Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp248 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2004 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4997 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5558 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5662 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10193 class LocalEagerInstantiationScope {
10195 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
10202 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()