Searched refs:getVariableArrayType (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 139 return ctx.getVariableArrayType(elementType, size, sizeModifier,
|
| H A D | ASTContext.h | 1437 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3674 getVariableArrayType(getVariableArrayDecayedType(iat->getElementType()), in getVariableArrayDecayedType() 3683 result = getVariableArrayType( in getVariableArrayDecayedType() 3697 QualType ASTContext::getVariableArrayType(QualType EltTy, Expr *NumElts, in getVariableArrayType() function in ASTContext 3709 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType() 6037 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType() 6897 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
|
| H A D | ASTDiagnostic.cpp | 147 QT = Context.getVariableArrayType( in desugarForDiagnostic()
|
| H A D | Type.cpp | 1002 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
| H A D | ASTImporter.cpp | 1240 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2645 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType() 2661 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 2670 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType() 7354 return C.getVariableArrayType( in wrap()
|
| H A D | SemaOpenMP.cpp | 19772 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause() 20014 QualType ArrayTy = S.Context.getVariableArrayType( in actOnOMPReductionKindClause()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 3819 KmpTaskAffinityInfoArrayTy = C.getVariableArrayType( in emitTaskInit() 4278 C.getVariableArrayType(KmpDependInfoTy, OVE, ArraySizeModifier::Normal, in emitDependClause()
|