Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1960 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4904 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5456 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5560 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h9881 class LocalEagerInstantiationScope {
9883 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9890 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()