Home
last modified time | relevance | path

Searched refs:DependentSizedExtVectorType (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h466 struct CanProxyAdaptor<DependentSizedExtVectorType>
467 : public CanProxyBase<DependentSizedExtVectorType> {
H A DTextNodeDumper.h277 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
H A DRecursiveASTVisitor.h997 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1214 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
H A DTypeLoc.h1750 DependentSizedExtVectorType> {
H A DASTContext.h187 mutable llvm::FoldingSet<DependentSizedExtVectorType>
H A DType.h3128 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode {
3139 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1926 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch()
1927 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
1994 const DependentSizedExtVectorType *VectorParam in DeduceTemplateArgumentsByTypeMatch()
1995 = cast<DependentSizedExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch()
2022 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch()
2023 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
5384 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters()
5385 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
H A DTreeTransform.h4837 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType()
4865 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
H A DSemaTemplate.cpp5376 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTStructuralEquivalence.cpp453 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent()
454 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
H A DType.cpp201 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType
216 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
1690 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTypePrinter.cpp599 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore()
605 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
H A DODRHash.cpp798 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTextNodeDumper.cpp1050 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DASTContext.cpp3489 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType()
3493 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType()
3495 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType()
3500 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType()
3506 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType()
3509 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType()
3518 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
H A DASTDumper.cpp153 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DMicrosoftMangle.cpp2707 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
H A DItaniumMangle.cpp3157 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp451 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()