Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DTypeProperties.td139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
H A DASTContext.h1421 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp3709 result = getVariableArrayType( in getVariableArrayDecayedType()
3721 result = getVariableArrayType( in getVariableArrayDecayedType()
3737 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext
3750 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
6025 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
6890 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
H A DASTDiagnostic.cpp146 QT = Context.getVariableArrayType( in desugarForDiagnostic()
H A DType.cpp980 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1236 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp2561 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2577 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2586 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
7195 return C.getVariableArrayType( in wrap()
H A DSemaOpenMP.cpp19414 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
19657 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4022 C.getVariableArrayType(KmpTaskAffinityInfoTy, OVE, ArrayType::Normal, in emitTaskInit()
4481 C.getVariableArrayType(KmpDependInfoTy, OVE, ArrayType::Normal, in emitDependClause()