Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DIncrementalParser.cpp46 Sema::LocalEagerInstantiationScope LocalInstantiations(S, /*AtEndOfTU=*/true); in ParseOrWrapTopLevelDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2571 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef, in VisitCXXRecordDecl()
5570 LocalEagerInstantiationScope LocalInstantiations(*this, in InstantiateFunctionDefinition()
6220 LocalEagerInstantiationScope LocalInstantiations(*this, in InstantiateVariableDefinition()
6325 LocalEagerInstantiationScope LocalInstantiations(*this, in InstantiateVariableDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13811 class LocalEagerInstantiationScope {
13813 LocalEagerInstantiationScope(Sema &S, bool AtEndOfTU) in LocalEagerInstantiationScope() function
13824 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()