Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp143 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1887 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4876 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5426 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5530 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9246 class LocalEagerInstantiationScope {
9248 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9255 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()