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

1 2 3

  /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())
810 return ND && ND->isParameterPack();
867 if (!ParameterPack || !ParameterPack->isParameterPack()) {
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaTemplate.cpp 577 bool IsParameterPack = EllipsisLoc.isValid();
581 Typename, IsParameterPack);
595 if (DefaultArg && IsParameterPack) {
695 bool IsParameterPack = D.hasEllipsis();
701 IsParameterPack, TInfo);
719 if (Default && IsParameterPack) {
762 bool IsParameterPack = EllipsisLoc.isValid();
766 Depth, Position, IsParameterPack,
788 if (IsParameterPack && !Default.isInvalid()) {
    [all...]
  /external/clang/lib/AST/
TemplateName.cpp 165 return TTP->isParameterPack();
DeclBase.cpp 171 return TTP->isParameterPack();
174 return NTTP->isParameterPack();
177 return TTP->isParameterPack();
181 bool Decl::isParameterPack() const {
183 return Parm->isParameterPack();
    [all...]
DeclTemplate.cpp 209 if (TTP->isParameterPack())
219 if (NTTP->isParameterPack())
225 if (TTP->isParameterPack())
512 bool TemplateTypeParmDecl::isParameterPack() const {
513 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
ASTImporter.cpp 764 if (Parm1->isParameterPack() != Parm2->isParameterPack())
    [all...]
DeclPrinter.cpp 916 if (TTP->isParameterPack())
933 printDeclType(NTTP->getType(), Name, NTTP->isParameterPack());
959 if (TTP->isParameterPack())
    [all...]
ASTDumper.cpp 371 if (T->isParameterPack()) OS << " pack";
    [all...]
StmtProfile.cpp     [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 766 if (cast<TemplateTypeParmDecl>(*P)->isParameterPack())
773 if (NTTP->isParameterPack())
781 if (TTP->isParameterPack())
  /external/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
DeclTemplate.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CanonicalType.h 554 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isParameterPack)
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 386 if (ParamDecl->isParameterPack())
682 if (Param->isParameterPack())
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 1040 milliseconds

1 2 3