| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 466 struct CanProxyAdaptor<DependentSizedExtVectorType> 467 : public CanProxyBase<DependentSizedExtVectorType> {
|
| H A D | TextNodeDumper.h | 319 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
|
| H A D | JSONNodeDumper.h | 226 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
|
| H A D | ASTNodeTraverser.h | 371 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TypeProperties.td | 211 let Class = DependentSizedExtVectorType in {
|
| H A D | RecursiveASTVisitor.h | 1017 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1270 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | TypeLoc.h | 1847 DependentSizedExtVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 200 mutable llvm::ContextualFoldingSet<DependentSizedExtVectorType, ASTContext &>
|
| H A D | Type.h | 3438 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 D | TypeNodes.td | 67 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4130 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 D | Type.cpp | 268 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 D | TypePrinter.cpp | 628 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 634 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| H A D | ASTStructuralEquivalence.cpp | 945 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 946 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1021 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | JSONNodeDumper.cpp | 672 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
|
| H A D | TextNodeDumper.cpp | 1593 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3274 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4153 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1960 } 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 D | SemaTemplateInstantiate.cpp | 2812 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TreeTransform.h | 5584 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 5612 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| H A D | SemaTemplate.cpp | 6412 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1052 const AstTypeMatcher<DependentSizedExtVectorType> dependentSizedExtVectorType;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7114 extern const AstTypeMatcher<DependentSizedExtVectorType>
|