Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Interpreter/
H A DIncrementalParser.cpp145 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1825 Sema::LocalEagerInstantiationScope LocalInstantiations(SemaRef); in VisitCXXRecordDecl()
4752 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateFunctionDefinition()
5234 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
5338 LocalEagerInstantiationScope LocalInstantiations(*this); in InstantiateVariableDefinition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9177 class LocalEagerInstantiationScope {
9179 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9186 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()