Searched refs:DependentSizedExtVectorType (Results 1 – 15 of 15) sorted by relevance
| /trueos/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CanonicalType.h | 523 struct CanProxyAdaptor<DependentSizedExtVectorType> 524 : public CanProxyBase<DependentSizedExtVectorType> {
|
| HD | RecursiveASTVisitor.h | 900 DEF_TRAVERSE_TYPE(DependentSizedExtVectorType, { 1120 DEF_TRAVERSE_TYPELOC(DependentSizedExtVectorType, {
|
| HD | TypeLoc.h | 1476 DependentSizedExtVectorType> {
|
| HD | ASTContext.h | 94 mutable llvm::FoldingSet<DependentSizedExtVectorType>
|
| HD | Type.h | 2469 class DependentSizedExtVectorType : public Type, public llvm::FoldingSetNode { 2476 DependentSizedExtVectorType(const ASTContext &Context, QualType ElementType,
|
| /trueos/contrib/llvm/tools/clang/lib/AST/ |
| HD | Type.cpp | 147 DependentSizedExtVectorType::DependentSizedExtVectorType(const in DependentSizedExtVectorType() function in DependentSizedExtVectorType 164 DependentSizedExtVectorType::Profile(llvm::FoldingSetNodeID &ID, in Profile() 581 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|
| HD | TypePrinter.cpp | 500 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorBefore() 505 const DependentSizedExtVectorType *T, in printDependentSizedExtVectorAfter()
|
| HD | ASTContext.cpp | 2722 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()
|
| HD | ASTImporter.cpp | 505 const DependentSizedExtVectorType *Vec1 in IsStructurallyEquivalent() 506 = cast<DependentSizedExtVectorType>(T1); in IsStructurallyEquivalent() 507 const DependentSizedExtVectorType *Vec2 in IsStructurallyEquivalent() 508 = cast<DependentSizedExtVectorType>(T2); in IsStructurallyEquivalent()
|
| HD | MicrosoftMangle.cpp | 1697 void MicrosoftCXXNameMangler::mangleType(const DependentSizedExtVectorType *T, in mangleType()
|
| HD | ItaniumMangle.cpp | 2291 void CXXNameMangler::mangleType(const DependentSizedExtVectorType *T) { in mangleType()
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 1549 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()
|
| HD | TreeTransform.h | 4031 const DependentSizedExtVectorType *T = TL.getTypePtr(); in TransformDependentSizedExtVectorType() 4059 if (isa<DependentSizedExtVectorType>(Result)) { in TransformDependentSizedExtVectorType()
|
| HD | SemaTemplate.cpp | 3878 const DependentSizedExtVectorType* T) { in VisitDependentSizedExtVectorType()
|
| /trueos/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 325 const DependentSizedExtVectorType *T) { in VisitDependentSizedExtVectorType()
|