Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DTemplate.h233 const TemplateArgument *ArgsInPartiallySubstitutedPack; variable
284 newScope->ArgsInPartiallySubstitutedPack = ArgsInPartiallySubstitutedPack; in cloneScopes()
352 ArgsInPartiallySubstitutedPack = 0; in ResetPartiallySubstitutedPack()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaTemplateInstantiate.cpp2834 ArgsInPartiallySubstitutedPack = ExplicitArgs; in SetPartiallySubstitutedPack()
2850 *ExplicitArgs = Current->ArgsInPartiallySubstitutedPack; in getPartiallySubstitutedPack()