| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 466 struct CanProxyAdaptor<DependentSizedExtVectorType> 467 : public CanProxyBase<DependentSizedExtVectorType> {
|
| H A D | TextNodeDumper.h | 277 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
|
| H A D | RecursiveASTVisitor.h | 997 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1214 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | TypeLoc.h | 1750 DependentSizedExtVectorType> {
|
| H A D | ASTContext.h | 187 mutable llvm::FoldingSet<DependentSizedExtVectorType>
|
| H A D | Type.h | 3128 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { 3139 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1926 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 1927 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1994 const DependentSizedExtVectorType *VectorParam in DeduceTemplateArgumentsByTypeMatch() 1995 = cast<DependentSizedExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 2022 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 2023 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 5384 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() 5385 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 4837 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 4865 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| H A D | SemaTemplate.cpp | 5376 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTStructuralEquivalence.cpp | 453 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 454 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | Type.cpp | 201 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType 216 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 1690 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TypePrinter.cpp | 599 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 605 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| H A D | ODRHash.cpp | 798 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TextNodeDumper.cpp | 1050 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | ASTContext.cpp | 3489 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType() 3493 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() 3495 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType() 3500 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType() 3506 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType() 3509 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() 3518 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
|
| H A D | ASTDumper.cpp | 153 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | MicrosoftMangle.cpp | 2707 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| H A D | ItaniumMangle.cpp | 3157 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 451 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|