Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
H A DASTContext.h1333 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3580 result = getVariableArrayType( in getVariableArrayDecayedType()
3592 result = getVariableArrayType( in getVariableArrayDecayedType()
3608 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext
3620 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
5755 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
6136 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
H A DType.cpp970 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1186 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2443 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2459 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
2468 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
6918 return C.getVariableArrayType( in wrap()
H A DSemaOpenMP.cpp16677 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
16921 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4405 C.getVariableArrayType(KmpTaskAffinityInfoTy, &OVE, ArrayType::Normal, in emitTaskInit()
4899 C.getVariableArrayType(KmpDependInfoTy, &OVE, ArrayType::Normal, in emitDependClause()