Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h466 struct CanProxyAdaptor<DependentSizedExtVectorType>
467 : public CanProxyBase<DependentSizedExtVectorType> {
H A DTextNodeDumper.h319 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
H A DJSONNodeDumper.h226 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
H A DASTNodeTraverser.h371 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTypeProperties.td211 let Class = DependentSizedExtVectorType in {
H A DRecursiveASTVisitor.h1017 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1270 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
H A DTypeLoc.h1847 DependentSizedExtVectorType, VectorTypeLocInfo> {
H A DASTContext.h200 mutable llvm::ContextualFoldingSet<DependentSizedExtVectorType, ASTContext &>
H A DType.h3438 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode {
3448 DependentSizedExtVectorType(QualType ElementType, QualType can,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTypeNodes.td67 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4130 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType()
4134 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType()
4136 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType()
4140 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType()
4141 DependentSizedExtVectorType(vecType, QualType(Canon, 0), SizeExpr, in getDependentSizedExtVectorType()
4146 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType()
4147 DependentSizedExtVectorType(vecType, QualType(), SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
4149 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType()
4157 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType()
12883 const auto *VX = cast<DependentSizedExtVectorType>(X), in getCommonNonSugarTypeNode()
[all …]
H A DType.cpp268 DependentSizedExtVectorType::DependentSizedExtVectorType(QualType ElementType, in DependentSizedExtVectorType() function in DependentSizedExtVectorType
280 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
1899 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTypePrinter.cpp628 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore()
634 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
H A DASTStructuralEquivalence.cpp945 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent()
946 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
H A DODRHash.cpp1021 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DJSONNodeDumper.cpp672 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
H A DTextNodeDumper.cpp1593 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DMicrosoftMangle.cpp3274 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
H A DItaniumMangle.cpp4153 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1960 } else if (const auto *VA = A->getAs<DependentSizedExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
2024 const auto *VP = P->castAs<DependentSizedExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch()
2049 if (const auto *VA = A->getAs<DependentSizedExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch()
6255 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters()
6256 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
H A DSemaTemplateInstantiate.cpp2812 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTreeTransform.h5584 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType()
5612 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
H A DSemaTemplate.cpp6412 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1052 const AstTypeMatcher<DependentSizedExtVectorType> dependentSizedExtVectorType;
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7114 extern const AstTypeMatcher<DependentSizedExtVectorType>

12