Searched refs:DependentSizedExtVectorType (Results 1 – 17 of 17) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 522 struct CanProxyAdaptor<DependentSizedExtVectorType> 523 : public CanProxyBase<DependentSizedExtVectorType> {
|
| H A D | DataRecursiveASTVisitor.h | 858 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1055 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | RecursiveASTVisitor.h | 923 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1120 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| H A D | TypeLoc.h | 1479 DependentSizedExtVectorType> {
|
| H A D | ASTContext.h | 105 mutable llvm::FoldingSet<DependentSizedExtVectorType>
|
| H A D | Type.h | 2532 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { 2539 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 147 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType 164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 589 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | TypePrinter.cpp | 519 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 524 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| H A D | ASTContext.cpp | 2805 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType() 2809 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType() 2811 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType() 2816 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType() 2822 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType() 2825 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType() 2834 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
|
| H A D | ASTImporter.cpp | 507 const DependentSizedExtVectorType *Vec1 in IsStructurallyEquivalent() 508 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 509 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent() 510 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| H A D | MicrosoftMangle.cpp | 1956 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| H A D | ASTDumper.cpp | 291 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| H A D | ItaniumMangle.cpp | 2324 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1606 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 1607 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1626 const DependentSizedExtVectorType *VectorParam in DeduceTemplateArgumentsByTypeMatch() 1627 = cast<DependentSizedExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1650 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch() 1651 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 4844 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters() 4845 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
|
| H A D | TreeTransform.h | 4239 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 4267 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| H A D | SemaTemplate.cpp | 3975 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 352 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|