/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CanonicalType.h | 467 struct CanProxyAdaptor<DependentSizedExtVectorType> 468 : public CanProxyBase<DependentSizedExtVectorType> {
|
H A D | TextNodeDumper.h | 304 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T);
|
H A D | JSONNodeDumper.h | 215 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *VT);
|
H A D | ASTNodeTraverser.h | 341 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
H A D | TypeProperties.td | 211 let Class = DependentSizedExtVectorType in {
|
H A D | RecursiveASTVisitor.h | 947 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1197 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
H A D | TypeLoc.h | 1808 DependentSizedExtVectorType, VectorTypeLocInfo> {
|
H A D | ASTContext.h | 205 mutable llvm::FoldingSet<DependentSizedExtVectorType>
|
H A D | Type.h | 3183 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 D | TypeNodes.td | 67 def DependentSizedExtVectorType : TypeNode<Type>, AlwaysDependent;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 1996 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 D | SemaTemplateInstantiate.cpp | 2273 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
H A D | TreeTransform.h | 5303 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 5331 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
H A D | SemaTemplate.cpp | 6009 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Type.cpp | 245 DependentSizedExtVectorType::DependentSizedExtVectorType( in DependentSizedExtVectorType() function in DependentSizedExtVectorType 257 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 1830 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
H A D | ASTStructuralEquivalence.cpp | 808 const auto *Vec1 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 809 const auto *Vec2 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
H A D | TypePrinter.cpp | 613 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 619 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
H A D | ODRHash.cpp | 882 void VisitDependentSizedExtVectorType(const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
H A D | ASTContext.cpp | 4013 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 D | JSONNodeDumper.cpp | 594 const DependentSizedExtVectorType *VT) { in VisitDependentSizedExtVectorType()
|
H A D | TextNodeDumper.cpp | 1401 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
H A D | MicrosoftMangle.cpp | 3086 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
H A D | ItaniumMangle.cpp | 3692 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|