Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DTemplate.h233 const TemplateArgument *ArgsInPartiallySubstitutedPack; variable
289 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()
359 ArgsInPartiallySubstitutedPack = nullptr; in ResetPartiallySubstitutedPack()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2866 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack()
2882 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()