Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCanonicalType.h467 struct CanProxyAdaptor<DependentSizedExtVectorType>
468 : public CanProxyBase<DependentSizedExtVectorType> {
H A DTextNodeDumper.h304 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
H A DJSONNodeDumper.h215 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
H A DASTNodeTraverser.h341 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTypeProperties.td211 let Class = DependentSizedExtVectorType in {
H A DRecursiveASTVisitor.h947 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, {
1197 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
H A DTypeLoc.h1808 DependentSizedExtVectorType, VectorTypeLocInfo> {
H A DASTContext.h205 mutable llvm::FoldingSet<DependentSizedExtVectorType>
H A DType.h3183 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode {
3194 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTypeNodes.td67 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1996 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 DSemaTemplateInstantiate.cpp2273 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DTreeTransform.h5303 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType()
5331 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
H A DSemaTemplate.cpp6009 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp245 DependentSizedExtVectorType::DependentSizedExtVectorType( in DependentSizedExtVectorType() function in DependentSizedExtVectorType
257 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile()
1830 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DASTStructuralEquivalence.cpp808 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent()
809 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
H A DTypePrinter.cpp613 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore()
619 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
H A DODRHash.cpp882 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DASTContext.cpp4013 DependentSizedExtVectorType::Profile(ID, *this, getCanonicalType(vecType), in getDependentSizedExtVectorType()
4017 DependentSizedExtVectorType *Canon in getDependentSizedExtVectorType()
4019 DependentSizedExtVectorType *New; in getDependentSizedExtVectorType()
4024 DependentSizedExtVectorType(*this, vecType, QualType(Canon, 0), in getDependentSizedExtVectorType()
4030 DependentSizedExtVectorType(*this, vecType, QualType(), SizeExpr, in getDependentSizedExtVectorType()
4033 DependentSizedExtVectorType *CanonCheck in getDependentSizedExtVectorType()
4041 New = new (*this, TypeAlignment) DependentSizedExtVectorType( in getDependentSizedExtVectorType()
H A DJSONNodeDumper.cpp594 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
H A DTextNodeDumper.cpp1401 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
H A DMicrosoftMangle.cpp3086 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
H A DItaniumMangle.cpp3692 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()