| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 466 struct CanProxyAdaptor<DependentSizedExtVectorType> 467 : public CanProxyBase<DependentSizedExtVectorType> {
|
| H A D | ASTNodeTraverser.h | 408 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType() 492 Visit(cast<DependentSizedExtVectorType>(TL.getType())->getSizeExpr()); in VisitDependentSizedExtVectorTypeLoc()
|
| H A D | TextNodeDumper.h | 330 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
|
| H A D | JSONNodeDumper.h | 229 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
|
| H A D | TypeProperties.td | 237 let Class = DependentSizedExtVectorType in {
|
| H A D | RecursiveASTVisitor.h | 1048 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1317 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | TypeLoc.h | 1888 DependentSizedExtVectorType, VectorTypeLocInfo> {
|
| H A D | ASTContext.h | 204 mutable llvm::ContextualFoldingSet<DependentSizedExtVectorType, ASTContext &>
|
| H A D | Type.h | 3921 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { 3931 DependentSizedExtVectorType(QualType ElementType, QualType can,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 68 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4541 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType() 4545 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() 4547 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType() 4551 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType() 4552 DependentSizedExtVectorType(vecType, QualType(Canon, 0), SizeExpr, in getDependentSizedExtVectorType() 4557 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType() 4558 DependentSizedExtVectorType(vecType, QualType(), SizeExpr, AttrLoc); in getDependentSizedExtVectorType() 4560 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() 4568 New = new (*this, alignof(DependentSizedExtVectorType)) in getDependentSizedExtVectorType() 4569 DependentSizedExtVectorType(vecType, CanonExtTy, SizeExpr, AttrLoc); in getDependentSizedExtVectorType() [all …]
|
| H A D | Type.cpp | 284 DependentSizedExtVectorType::DependentSizedExtVectorType(QualType ElementType, in DependentSizedExtVectorType() function in DependentSizedExtVectorType 296 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 1962 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | ASTStructuralEquivalence.cpp | 956 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 957 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | ODRHash.cpp | 1038 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TypePrinter.cpp | 645 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 653 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| H A D | JSONNodeDumper.cpp | 705 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
|
| H A D | TextNodeDumper.cpp | 1828 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3415 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 4163 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 1276 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2104 } else if (const auto *VA = A->getAs<DependentSizedExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 2170 const auto *VP = P->castAs<DependentSizedExtVectorType>(); in DeduceTemplateArgumentsByTypeMatch() 2196 if (const auto *VA = A->getAs<DependentSizedExtVectorType>()) { in DeduceTemplateArgumentsByTypeMatch() 6429 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() 6430 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | SemaTemplateInstantiate.cpp | 3000 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TreeTransform.h | 5681 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 5709 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| H A D | SemaTemplate.cpp | 5684 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7144 extern const AstTypeMatcher<DependentSizedExtVectorType>
|