Home
last modified time | relevance | path

Searched refs:DependentSizedExtVectorType (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h522 struct CanProxyAdaptor<DependentSizedExtVectorType>
523 : public CanProxyBase<DependentSizedExtVectorType> {
H A DDataRecursiveASTVisitor.h858 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1055 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
H A DRecursiveASTVisitor.h923 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1120 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
H A DTypeLoc.h1479 DependentSizedExtVectorType> {
H A DASTContext.h105 mutable llvm::FoldingSet<DependentSizedExtVectorType>
H A DType.h2532 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode {
2539 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DType.cpp147 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType
164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
589 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTypePrinter.cpp519 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore()
524 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
H A DASTContext.cpp2805 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 DASTImporter.cpp507 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 DMicrosoftMangle.cpp1956 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
H A DASTDumper.cpp291 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DItaniumMangle.cpp2324 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1606 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 DTreeTransform.h4239 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType()
4267 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
H A DSemaTemplate.cpp3975 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp352 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()