Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
H A DASTContext.h1437 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3674 getVariableArrayType(getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType()
3683 result = getVariableArrayType( in getVariableArrayDecayedType()
3697 QualType ASTContext::getVariableArrayType(QualType EltTy, Expr *NumElts, in getVariableArrayType() function in ASTContext
3709 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
6037 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
6897 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
H A DASTDiagnostic.cpp147 QT = Context.getVariableArrayType( in desugarForDiagnostic()
H A DType.cpp1002 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1240 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2645 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2661 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2670 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
7354 return C.getVariableArrayType( in wrap()
H A DSemaOpenMP.cpp19772 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
20014 QualType ArrayTy = S.Context.getVariableArrayType( in actOnOMPReductionKindClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3819 KmpTaskAffinityInfoArrayTy = C.getVariableArrayType( in emitTaskInit()
4278 C.getVariableArrayType(KmpDependInfoTy, OVE, ArraySizeModifier::Normal, in emitDependClause()