Home
last modified time | relevance | path

Searched defs:IsParameterPack (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaTemplate.cpp577 bool IsParameterPack = EllipsisLoc.isValid(); in ActOnTypeParameter() local
695 bool IsParameterPack = D.hasEllipsis(); in ActOnNonTypeTemplateParameter() local
762 bool IsParameterPack = EllipsisLoc.isValid(); in ActOnTemplateTemplateParameter() local
DSemaType.cpp1575 const bool IsParameterPack = declarator.hasEllipsis(); in ConvertDeclSpecToType() local