Searched refs:getVariableArrayType (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 3223 result = getVariableArrayType( in getVariableArrayDecayedType() 3235 result = getVariableArrayType( in getVariableArrayDecayedType() 3251 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext 3263 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType() 5084 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType() 5459 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
|
| H A D | Type.cpp | 847 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
|
| H A D | ASTImporter.cpp | 1120 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1310 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 2182 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType() 2202 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
|
| H A D | SemaOpenMP.cpp | 11159 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 5996 return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F), in readTypeRecord()
|