Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1747 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4599 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5089 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5193 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h8626 class LocalEagerInstantiationScope {
8628 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
8635 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()