| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 66 def DependentSizedArrayType : TypeNode<ArrayType>, AlwaysDependent;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 308 void VisitDependentSizedArrayType(const DependentSizedArrayType *T);
|
| H A D | CanonicalType.h | 464 template<> struct CanProxyAdaptor<DependentSizedArrayType>;
|
| H A D | ASTContext.h | 205 mutable llvm::FoldingSet<DependentSizedArrayType> DependentSizedArrayTypes; 2600 const DependentSizedArrayType *getAsDependentSizedArrayType(QualType T) in getAsDependentSizedArrayType() 2602 return dyn_cast_or_null<DependentSizedArrayType>(getAsArrayType(T)); in getAsDependentSizedArrayType()
|
| H A D | ASTNodeTraverser.h | 361 void VisitDependentSizedArrayType(const DependentSizedArrayType *T) { in VisitDependentSizedArrayType()
|
| H A D | TypeProperties.td | 146 let Class = DependentSizedArrayType in {
|
| H A D | Type.h | 3081 class DependentSizedArrayType : public ArrayType { 3096 DependentSizedArrayType(const ASTContext &Context, QualType et, QualType can, 6758 return isa<DependentSizedArrayType>(CanonicalType);
|
| H A D | RecursiveASTVisitor.h | 928 DEF_TRAVERSE_TYPE(DependentSizedArrayType, { 1183 DEF_TRAVERSE_TYPELOC(DependentSizedArrayType, {
|
| H A D | TypeLoc.h | 1549 DependentSizedArrayType> {
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1756 const DependentSizedArrayType *DependentArrayParm in DeduceTemplateArgumentsByTypeMatch() 1783 if (const DependentSizedArrayType *DependentArrayArg in DeduceTemplateArgumentsByTypeMatch() 1784 = dyn_cast<DependentSizedArrayType>(ArrayArg)) in DeduceTemplateArgumentsByTypeMatch() 3995 if (auto *DependentArrTy = dyn_cast_or_null<DependentSizedArrayType>(ArrTy)) { in DeduceFromInitializerList() 5856 cast<DependentSizedArrayType>(T)->getSizeExpr(), in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 5240 const DependentSizedArrayType *T = TL.getTypePtr(); in TransformDependentSizedArrayType() 11883 } else if (const DependentSizedArrayType *DepArrayT in TransformCXXNewExpr() 11884 = dyn_cast<DependentSizedArrayType>(ArrayT)) { in TransformCXXNewExpr()
|
| H A D | SemaTemplate.cpp | 6004 const DependentSizedArrayType* T) { in VisitDependentSizedArrayType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 783 const auto *Array1 = cast<DependentSizedArrayType>(T1); in IsStructurallyEquivalent() 784 const auto *Array2 = cast<DependentSizedArrayType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 581 const DependentSizedArrayType *T, in printDependentSizedArrayBefore() 589 const DependentSizedArrayType *T, in printDependentSizedArrayAfter()
|
| H A D | ODRHash.cpp | 806 void VisitDependentSizedArrayType(const DependentSizedArrayType *T) { in VisitDependentSizedArrayType()
|
| H A D | Type.cpp | 202 DependentSizedArrayType::DependentSizedArrayType(const ASTContext &Context, in DependentSizedArrayType() function in DependentSizedArrayType 210 void DependentSizedArrayType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
|
| H A D | ASTContext.cpp | 3582 const auto *dat = cast<DependentSizedArrayType>(ty); in getVariableArrayDecayedType() 3667 DependentSizedArrayType(*this, elementType, QualType(), in getDependentSizedArrayType() 3681 DependentSizedArrayType::Profile(ID, *this, in getDependentSizedArrayType() 3686 DependentSizedArrayType *canonTy = in getDependentSizedArrayType() 3692 DependentSizedArrayType(*this, QualType(canonElementType.Ty, 0), in getDependentSizedArrayType() 3713 DependentSizedArrayType(*this, elementType, canon, numElements, in getDependentSizedArrayType() 5777 const auto *DSAT = cast<DependentSizedArrayType>(AT); in getUnqualifiedArrayType() 6146 if (const auto *DSAT = dyn_cast<DependentSizedArrayType>(ATy)) in getAsArrayType()
|
| H A D | MicrosoftMangle.cpp | 2855 void MicrosoftCXXNameMangler::mangleType(const DependentSizedArrayType *T, in mangleType() 2884 const DependentSizedArrayType *DSAT = in mangleArrayType()
|
| H A D | TextNodeDumper.cpp | 1446 const DependentSizedArrayType *T) { in VisitDependentSizedArrayType()
|
| H A D | ItaniumMangle.cpp | 3313 void CXXNameMangler::mangleType(const DependentSizedArrayType *T) { in mangleType()
|
| H A D | ASTImporter.cpp | 361 ExpectedType VisitDependentSizedArrayType(const DependentSizedArrayType *T); 1210 const DependentSizedArrayType *T) { in VisitDependentSizedArrayType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 1024 const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6476 extern const AstTypeMatcher<DependentSizedArrayType> dependentSizedArrayType;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2877 this, llvm::cast<clang::DependentSizedArrayType>(qual_type) in IsArrayType()
|