Searched defs:IsParameterPack (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/ExtractAPI/ | ||
H A D | API.h | 54 bool IsParameterPack; global() member |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaTemplate.cpp | 1003 bool IsParameterPack = EllipsisLoc.isValid(); ActOnTypeParameter() local |
H A D | SemaType.cpp | 2973 const bool IsParameterPack = D.hasEllipsis(); InventTemplateParameter() local |