Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Sema/
H A DTemplate.h359 const TemplateArgument *ArgsInPartiallySubstitutedPack; variable
412 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()
482 ArgsInPartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3728 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack()
3744 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()