Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td165 return ctx.getVariableArrayType(elementType, size, sizeModifier,
H A DASTContext.h1499 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp147 QT = Context.getVariableArrayType( in desugarForDiagnostic()
H A DASTContext.cpp4085 getVariableArrayType(getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType()
4094 result = getVariableArrayType( in getVariableArrayDecayedType()
4108 QualType ASTContext::getVariableArrayType(QualType EltTy, Expr *NumElts, in getVariableArrayType() function in ASTContext
4120 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
6483 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
7343 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
H A DType.cpp1056 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1254 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp2192 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2208 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2217 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
6937 return C.getVariableArrayType( in wrap()
H A DSemaOpenMP.cpp18574 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
18816 QualType ArrayTy = S.Context.getVariableArrayType( in actOnOMPReductionKindClause()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3833 KmpTaskAffinityInfoArrayTy = C.getVariableArrayType( in emitTaskInit()
4297 C.getVariableArrayType(KmpDependInfoTy, OVE, ArraySizeModifier::Normal, in emitDependClause()