Home
last modified time | relevance | path

Searched refs:getVariableArrayType (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
H A DASTContext.h1378 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3595 result = getVariableArrayType( in getVariableArrayDecayedType()
3607 result = getVariableArrayType( in getVariableArrayDecayedType()
3623 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext
3635 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
5770 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
6155 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
H A DType.cpp970 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1204 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2467 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2483 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2492 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
6951 return C.getVariableArrayType( in wrap()
H A DSemaOpenMP.cpp17060 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
17304 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4411 C.getVariableArrayType(KmpTaskAffinityInfoTy, &OVE, ArrayType::Normal, in emitTaskInit()
4908 C.getVariableArrayType(KmpDependInfoTy, &OVE, ArrayType::Normal, in emitDependClause()