reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1335   QualType getConstantArrayType(QualType EltTy, const llvm::APInt &ArySize,

References

tools/clang/lib/AST/ASTContext.cpp
 3200     Canon = getConstantArrayType(QualType(canonSplit.Ty, 0), ArySize, nullptr,
 3308     result = getConstantArrayType(
 5203     return getConstantArrayType(unqualElementType, CAT->getSize(),
 5576     return cast<ArrayType>(getConstantArrayType(NewEltTy, CAT->getSize(),
 7483     = Context->getConstantArrayType(VaListTagTypedefType,
 7537   QualType VaListTagArrayType = Context->getConstantArrayType(
 7545   QualType IntArrayType = Context->getConstantArrayType(
 7640   QualType VaListTagArrayType = Context->getConstantArrayType(
 9094       return getConstantArrayType(ResultType, LCAT->getSize(),
 9098       return getConstantArrayType(ResultType, RCAT->getSize(),
10352   return getConstantArrayType(EltTy, llvm::APInt(32, Length + 1), nullptr,
tools/clang/lib/AST/ASTImporter.cpp
 1108   return Importer.getToContext().getConstantArrayType(
tools/clang/lib/AST/ExprConstant.cpp
 6014   QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr,
 8582     AllocType = Info.Ctx.getConstantArrayType(AllocType, ArrayBound, nullptr,
tools/clang/lib/AST/Type.cpp
  902     return Ctx.getConstantArrayType(elementType, T->getSize(), T->getSizeExpr(),
tools/clang/lib/CodeGen/CGAtomic.cpp
  106               C.getConstantArrayType(C.CharTy, Size, nullptr, ArrayType::Normal,
tools/clang/lib/CodeGen/CGBuiltin.cpp
 3790       QualType SizeArrayTy = getContext().getConstantArrayType(
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3284     T = CGM.getContext().getConstantArrayType(ET, ConstVal, nullptr,
 3880       FType = CGM.getContext().getConstantArrayType(
tools/clang/lib/CodeGen/CGObjC.cpp
  146     = Context.getConstantArrayType(ElementType, APNumElements, nullptr,
 1663     getContext().getConstantArrayType(getContext().getObjCIdType(),
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3387     QualType CopyprivateArrayTy = C.getConstantArrayType(
 5221     QualType KmpDependInfoArrayTy = C.getConstantArrayType(
 5744       C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
 6215   QualType ArrayRDType = C.getConstantArrayType(
 8578     QualType PointerArrayType = Ctx.getConstantArrayType(
 8593       QualType SizeArrayType = Ctx.getConstantArrayType(
10832       C.getConstantArrayType(KmpDimTy, Size, nullptr, ArrayType::Normal, 0);
10882   QualType ArrayTy = CGM.getContext().getConstantArrayType(
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  283       Type = C.getConstantArrayType(Type, ArraySize, nullptr, ArrayType::Normal,
 4299       C.getConstantArrayType(C.VoidPtrTy, ArraySize, nullptr, ArrayType::Normal,
 5084       QualType SubTy = C.getConstantArrayType(
 5111       QualType SubTy = C.getConstantArrayType(
 5145           C.getConstantArrayType(StaticTy, Size1, nullptr, ArrayType::Normal,
 5149           C.getConstantArrayType(Arr1Ty, Size2, nullptr, ArrayType::Normal,
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 3195     QualType BaseAndPointersType = getContext().getConstantArrayType(
 3202     QualType SizesType = getContext().getConstantArrayType(
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4820       Context.getConstantArrayType(Context.UnsignedLongTy,
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
  599       QualType StrType = Context->getConstantArrayType(
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  499       QualType StrType = Context->getConstantArrayType(
tools/clang/lib/Sema/Sema.cpp
 1122       QualType T = Context.getConstantArrayType(ArrayT->getElementType(), One,
tools/clang/lib/Sema/SemaDecl.cpp
 5795   return Context.getConstantArrayType(
tools/clang/lib/Sema/SemaExpr.cpp
 3233       ResTy = Context.getConstantArrayType(ResTy, LengthI, nullptr,
 3240       ResTy = Context.getConstantArrayType(ResTy, LengthI, nullptr,
 3479       QualType StrTy = Context.getConstantArrayType(
tools/clang/lib/Sema/SemaExprCXX.cpp
 2118       InitType = Context.getConstantArrayType(
tools/clang/lib/Sema/SemaExprObjC.cpp
   69     QualType StrTy = Context.getConstantArrayType(
tools/clang/lib/Sema/SemaInit.cpp
  200     DeclT = S.Context.getConstantArrayType(IAT->getElementType(),
 1938     DeclType = SemaRef.Context.getConstantArrayType(
 3829   QualType ArrayType = S.Context.getConstantArrayType(
 8416             *ResultType = S.Context.getConstantArrayType(
 8658     QualType ArrayType = S.Context.getConstantArrayType(
tools/clang/lib/Sema/SemaOpenMP.cpp
13359           PrivateTy = Context.getConstantArrayType(PrivateTy, Size, nullptr,
tools/clang/lib/Sema/SemaType.cpp
 2293     T = Context.getConstantArrayType(T, ConstVal, ArraySize, ASM, Quals);
tools/clang/lib/Serialization/ASTReader.cpp
 6446     return Context.getConstantArrayType(ElementType, Size, SizeExpr,
tools/lldb/source/Symbol/ClangASTContext.cpp
 2177         return CompilerType(this, ast->getConstantArrayType(
 4448                       ->getConstantArrayType(