| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 467 struct CanProxyAdaptor<DependentSizedExtVectorType> 468 : public CanProxyBase<DependentSizedExtVectorType> {
|
| H A D | TextNodeDumper.h | 309 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
|
| H A D | JSONNodeDumper.h | 217 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
|
| H A D | ASTNodeTraverser.h | 365 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TypeProperties.td | 211 let Class = DependentSizedExtVectorType in {
|
| H A D | RecursiveASTVisitor.h | 945 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1195 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | TypeLoc.h | 1808 DependentSizedExtVectorType, VectorTypeLocInfo> {
|
| H A D | Type.h | 3183 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { 3194 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
|
| H A D | ASTContext.h | 206 mutable llvm::FoldingSet<DependentSizedExtVectorType>
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TypeNodes.td | 67 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1996 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 1997 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 2064 const DependentSizedExtVectorType *VectorParam in DeduceTemplateArgumentsByTypeMatch() 2065 = cast<DependentSizedExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 2092 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 2093 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 5884 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() 5885 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | SemaTemplateInstantiate.cpp | 2272 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TreeTransform.h | 5326 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 5354 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| H A D | SemaTemplate.cpp | 6009 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 245 DependentSizedExtVectorType::DependentSizedExtVectorType( in DependentSizedExtVectorType() function in DependentSizedExtVectorType 257 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 1833 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | ASTStructuralEquivalence.cpp | 809 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 810 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | TypePrinter.cpp | 613 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 619 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| H A D | ODRHash.cpp | 882 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | ASTContext.cpp | 4028 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType() 4032 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() 4034 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType() 4039 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType() 4045 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType() 4048 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() 4056 New = new (*this, TypeAlignment) DependentSizedExtVectorType( in getDependentSizedExtVectorType()
|
| H A D | JSONNodeDumper.cpp | 625 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
|
| H A D | TextNodeDumper.cpp | 1453 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 3089 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3702 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|