Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Interpreter/
H A DIncrementalParser.cpp151 Sema::LocalEagerInstantiationScope LocalInstantiations(S); in ParseOrWrapTopLevelDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A 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/
H A DSema.h9881 class LocalEagerInstantiationScope {
9883 LocalEagerInstantiationScope(Sema &S) : S(S) { in LocalEagerInstantiationScope() function
9890 ~LocalEagerInstantiationScope() { in ~LocalEagerInstantiationScope()