Home
last modified time | relevance | path

Searched refs:PackExpansion (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
DTypeNodes.def103 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(PackExpansion, Type)
DType.h4484 : Type(PackExpansion, Canon, /*Dependent=*/Pattern->isDependentType(),
4524 return T->getTypeClass() == PackExpansion;
/external/clang/lib/AST/
DTypeLoc.cpp235 case PackExpansion: in getEndLoc()
DType.cpp978 TRIVIAL_TYPE_CLASS(PackExpansion) in TRIVIAL_TYPE_CLASS()
3600 case Type::PackExpansion: in canHaveNullability()
DTypePrinter.cpp225 case Type::PackExpansion: in canPrefixQualifiers()
DDecl.cpp1719 case Type::PackExpansion: in typeIsPostfix()
DItaniumMangle.cpp1506 case Type::PackExpansion: in mangleUnresolvedTypeOrSimpleId()
DASTImporter.cpp829 case Type::PackExpansion: in IsStructurallyEquivalent()
DASTContext.cpp2648 case Type::PackExpansion: in getVariableArrayDecayedType()
/external/clang/lib/Sema/
DTreeTransform.h4916 if (const PackExpansionType *PackExpansion = in TransformExceptionSpec() local
4922 SemaRef.collectUnexpandedParameterPacks(PackExpansion->getPattern(), in TransformExceptionSpec()
4931 Optional<unsigned> NumExpansions = PackExpansion->getNumExpansions(); in TransformExceptionSpec()
4944 QualType U = getDerived().TransformType(PackExpansion->getPattern()); in TransformExceptionSpec()
4958 QualType U = getDerived().TransformType(PackExpansion->getPattern()); in TransformExceptionSpec()
5803 const auto *PackExpansion = PackExpansionLoc.getType() in TransformObjCObjectType() local
5806 SemaRef.collectUnexpandedParameterPacks(PackExpansion->getPattern(), in TransformObjCObjectType()
5815 Optional<unsigned> NumExpansions = PackExpansion->getNumExpansions(); in TransformObjCObjectType()
DSemaTemplateDeduction.cpp1654 case Type::PackExpansion: in DeduceTemplateArgumentsByTypeMatch()
4938 case Type::PackExpansion: in MarkUsedTemplateParameters()
DSemaExpr.cpp13199 case Type::PackExpansion: in tryCaptureVariable()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1711 case Type::PackExpansion: in EmitVariablyModifiedType()
DCGDebugInfo.cpp2299 case Type::PackExpansion: in CreateTypeNode()