Searched refs:getDependentSizedExtVectorType (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HLSLExternalSemaSource.cpp | 101 QualType AliasType = AST.getDependentSizedExtVectorType( in defineHLSLVectorAlias()
|
| H A D | SemaType.cpp | 2448 return Context.getDependentSizedExtVectorType(T, ArraySize, AttrLoc); in BuildExtVectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 234 return ctx.getDependentSizedExtVectorType(elementType, size, attributeLoc);
|
| H A D | ASTContext.h | 1700 QualType getDependentSizedExtVectorType(QualType VectorType,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 4763 ASTContext::getDependentSizedExtVectorType(QualType vecType, in getDependentSizedExtVectorType() function in ASTContext 4792 QualType CanonExtTy = getDependentSizedExtVectorType(CanonVecTy, SizeExpr, in getDependentSizedExtVectorType() 14188 return Ctx.getDependentSizedExtVectorType(getCommonElementType(Ctx, VX, VY), in getCommonNonSugarTypeNode()
|
| H A D | ASTImporter.cpp | 1514 return Importer.getToContext().getDependentSizedExtVectorType( in VisitDependentSizedExtVectorType()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8856 …ualTypeEPNS_4ExprENS_14SourceLocationE", "clang::ASTContext::getDependentSizedExtVectorType(clang:…
|