Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp2654 result = getVariableArrayType( in getVariableArrayDecayedType()
2666 result = getVariableArrayType( in getVariableArrayDecayedType()
2682 QualType ASTContext::getVariableArrayType(QualType EltTy, in getVariableArrayType() function in ASTContext
2694 Canon = getVariableArrayType(QualType(canonSplit.Ty, 0), NumElts, ASM, in getVariableArrayType()
4116 return getVariableArrayType(unqualElementType, in getUnqualifiedArrayType()
4429 return cast<ArrayType>(getVariableArrayType(NewEltTy, in getAsArrayType()
HDType.cpp750 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(), in VisitVariableArrayType()
HDASTImporter.cpp1602 return Importer.getToContext().getVariableArrayType(ToElementType, Size, in VisitVariableArrayType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1048 QualType getVariableArrayType(QualType EltTy, Expr *NumElts,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaType.cpp2033 T = Context.getVariableArrayType(T, nullptr, ASM, Quals, Brackets); in BuildArrayType()
2053 T = Context.getVariableArrayType(T, ArraySize, ASM, Quals, Brackets); in BuildArrayType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5072 return Context.getVariableArrayType(ElementType, ReadExpr(*Loc.F), in readTypeRecord()