Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/
DAPI.h46 bool IsParameterPack; member
130 bool IsParameterPack) { in addTemplateParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/
DAPI.h46 bool IsParameterPack; member
130 bool IsParameterPack) { in addTemplateParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/
DAPI.h46 bool IsParameterPack; member
130 bool IsParameterPack) { in addTemplateParameter()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ExtractAPI/
DAPI.h54 bool IsParameterPack; member
138 bool IsParameterPack) { in addTemplateParameter()
/aosp_15_r20/external/clang/lib/Sema/
H A 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
H A DSemaType.cpp1575 const bool IsParameterPack = declarator.hasEllipsis(); in ConvertDeclSpecToType() local