Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp2415 FunctionDecl *OwningFunc = cast<FunctionDecl>(OldParm->getDeclContext()); in SubstParmVarDecl() local
2416 if (OwningFunc->isInLocalScopeForInstantiation()) { in SubstParmVarDecl()
2419 Sema::ContextRAII SavedContext(*this, OwningFunc); in SubstParmVarDecl()