Searched refs:getVariableArrayType (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | TypeProperties.td | 139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
|
H A D | ASTContext.h | 1421 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 3709 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 D | ASTDiagnostic.cpp | 146 QT = Context.getVariableArrayType( in desugarForDiagnostic()
|
H A D | Type.cpp | 980 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
H A D | ASTImporter.cpp | 1236 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaType.cpp | 2561 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 D | SemaOpenMP.cpp | 19414 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause() 19657 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 4022 C.getVariableArrayType(KmpTaskAffinityInfoTy, OVE, ArrayType::Normal, in emitTaskInit() 4481 C.getVariableArrayType(KmpDependInfoTy, OVE, ArrayType::Normal, in emitDependClause()
|