Searched refs:getVariableArrayType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
|
| H A D | ASTContext.h | 1447 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3681 result = getVariableArrayType( in getVariableArrayDecayedType() 3693 result = getVariableArrayType( in getVariableArrayDecayedType() 3709 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext 3721 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType() 5976 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType() 6814 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
|
| H A D | ASTDiagnostic.cpp | 147 QT = Context.getVariableArrayType( in desugarForDiagnostic()
|
| H A D | Type.cpp | 976 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
| H A D | ASTImporter.cpp | 1241 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2519 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType() 2535 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2544 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 7100 return C.getVariableArrayType( in wrap()
|
| H A D | SemaOpenMP.cpp | 19131 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause() 19374 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4337 C.getVariableArrayType(KmpTaskAffinityInfoTy, OVE, ArrayType::Normal, in emitTaskInit() 4800 C.getVariableArrayType(KmpDependInfoTy, OVE, ArrayType::Normal, in emitDependClause()
|