Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1558 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
3949 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
4423 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
4537 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7701 class LocalEagerInstantiationScope {
7703 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
7710 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()