Home
last modified time | relevance | path

Searched refs:getVariableArrayType (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3223 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 DType.cpp847 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
H A DASTImporter.cpp1120 return Importer.getToContext().getVariableArrayType( in VisitVariableArrayType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1310 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2182 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2202 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
H A DSemaOpenMP.cpp11159 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5996 return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F), in readTypeRecord()