Searched refs:getVariableArrayType (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | TypeProperties.td | 139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
|
H A D | ASTContext.h | 1333 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTContext.cpp | 3580 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 D | Type.cpp | 970 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
H A D | ASTImporter.cpp | 1186 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 2443 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 D | SemaOpenMP.cpp | 16677 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 D | CGOpenMPRuntime.cpp | 4405 C.getVariableArrayType(KmpTaskAffinityInfoTy, &OVE, ArrayType::Normal, in emitTaskInit() 4899 C.getVariableArrayType(KmpDependInfoTy, &OVE, ArrayType::Normal, in emitDependClause()
|