Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplate.cpp564 bool IsParameterPack = EllipsisLoc.isValid(); in ActOnTypeParameter() local
684 bool IsParameterPack = D.hasEllipsis(); in ActOnNonTypeTemplateParameter() local
751 bool IsParameterPack = EllipsisLoc.isValid(); in ActOnTemplateTemplateParameter() local
DSemaType.cpp1484 const bool IsParameterPack = declarator.hasEllipsis(); in ConvertDeclSpecToType() local