HomeSort by relevance Sort by last modified time
    Searched refs:isParameterPack (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 54 if (TL.getTypePtr()->isParameterPack())
65 if (T->isParameterPack())
74 if (E->getDecl()->isParameterPack())
85 if (TTP->isParameterPack())
187 if (VD->isParameterPack())
772 return ND && ND->isParameterPack();
829 if (!ParameterPack || !ParameterPack->isParameterPack()) {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaLambda.cpp     [all...]
SemaTemplate.cpp 563 bool IsParameterPack = EllipsisLoc.isValid();
567 Typename, IsParameterPack);
583 if (DefaultArg && IsParameterPack) {
687 bool IsParameterPack = D.hasEllipsis();
693 IsParameterPack, TInfo);
711 if (Default && IsParameterPack) {
753 bool IsParameterPack = EllipsisLoc.isValid();
757 Depth, Position, IsParameterPack,
779 if (IsParameterPack && !Default.isInvalid()) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/AST/
TemplateName.cpp 115 return TTP->isParameterPack();