Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h54 bool IsParameterPack; global() member
138 addTemplateParameter(std::string Type,std::string Name,unsigned int Index,unsigned int Depth,bool IsParameterPack) addTemplateParameter() argument
/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp1003 bool IsParameterPack = EllipsisLoc.isValid(); ActOnTypeParameter() local
1523 bool IsParameterPack = D.hasEllipsis(); ActOnNonTypeTemplateParameter() local
1582 bool IsParameterPack = EllipsisLoc.isValid(); ActOnTemplateTemplateParameter() local
H A DSemaType.cpp2973 const bool IsParameterPack = D.hasEllipsis(); InventTemplateParameter() local