Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDCanonicalType.h523 struct CanProxyAdaptor<DependentSizedExtVectorType>
524 : public CanProxyBase<DependentSizedExtVectorType> {
HDRecursiveASTVisitor.h900 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1120 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
HDTypeLoc.h1476 DependentSizedExtVectorType> {
HDASTContext.h94 mutable llvm::FoldingSet<DependentSizedExtVectorType>
HDType.h2469 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode {
2476 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
/trueos/contrib/llvm/tools/clang/lib/AST/
HDType.cpp147 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType
164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
581 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
HDTypePrinter.cpp500 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore()
505 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
HDASTContext.cpp2722 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType()
2726 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType()
2728 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType()
2733 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType()
2739 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType()
2742 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType()
2751 DependentSizedExtVectorType(*this, vecType, Canon, SizeExpr, AttrLoc); in getDependentSizedExtVectorType()
HDASTImporter.cpp505 const DependentSizedExtVectorType *Vec1 in IsStructurallyEquivalent()
506 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent()
507 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent()
508 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
HDMicrosoftMangle.cpp1697 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
HDItaniumMangle.cpp2291 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateDeduction.cpp1549 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch()
1550 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
1569 const DependentSizedExtVectorType *VectorParam in DeduceTemplateArgumentsByTypeMatch()
1570 = cast<DependentSizedExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch()
1593 if (const DependentSizedExtVectorType *VectorArg in DeduceTemplateArgumentsByTypeMatch()
1594 = dyn_cast<DependentSizedExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
4866 const DependentSizedExtVectorType *VecType in MarkUsedTemplateParameters()
4867 = cast<DependentSizedExtVectorType>(T); in MarkUsedTemplateParameters()
HDTreeTransform.h4031 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType()
4059 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
HDSemaTemplate.cpp3878 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp325 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()