Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1823 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4744 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5226 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5330 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/external/llvm-project/clang/include/clang/Sema/
DSema.h9025 class LocalEagerInstantiationScope {
9027 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9034 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()