Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h420 const TemplateArgument *ArgsInPartiallySubstitutedPack; variable
473 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()
543 ArgsInPartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp4468 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack()
4484 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()