Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1305 Sema::SavePendingLocalImplicitInstantiationsRAII in VisitCXXRecordDecl()
3365 SavePendingLocalImplicitInstantiationsRAII in InstantiateFunctionDefinition()
3943 SavePendingLocalImplicitInstantiationsRAII in InstantiateVariableDefinition()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h6868 class SavePendingLocalImplicitInstantiationsRAII {
6870 SavePendingLocalImplicitInstantiationsRAII(Sema &S): S(S) { in SavePendingLocalImplicitInstantiationsRAII() function
6875 ~SavePendingLocalImplicitInstantiationsRAII() { in ~SavePendingLocalImplicitInstantiationsRAII()