Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplate.h233 const TemplateArgument *ArgsInPartiallySubstitutedPack; variable
289 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()
359 ArgsInPartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateInstantiate.cpp2847 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack()
2863 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()