Searched refs:getVariableArrayType (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 165 return ctx.getVariableArrayType(elementType, size, sizeModifier,
|
| H A D | ASTContext.h | 1499 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTDiagnostic.cpp | 147 QT = Context.getVariableArrayType( in desugarForDiagnostic()
|
| H A D | ASTContext.cpp | 4085 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 D | Type.cpp | 1056 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
| H A D | ASTImporter.cpp | 1254 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2192 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 D | SemaOpenMP.cpp | 18574 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause() 18816 QualType ArrayTy = S.Context.getVariableArrayType( in actOnOMPReductionKindClause()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 3833 KmpTaskAffinityInfoArrayTy = C.getVariableArrayType( in emitTaskInit() 4297 C.getVariableArrayType(KmpDependInfoTy, OVE, ArraySizeModifier::Normal, in emitDependClause()
|