Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp142 while (const auto *arrayType = type->getAsArrayTypeUnsafe()) { in getArrayDepth() local
H A DASTContext.cpp1706 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp76 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
H A DCGDecl.cpp2326 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
2426 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
H A DCGExprCXX.cpp637 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
H A DCodeGenFunction.cpp2221 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
H A DCGExpr.cpp4061 QualType *arrayType = nullptr, in emitArraySubscriptGEP()
4330 QualType arrayType = Array->getType(); in EmitArraySubscriptExpr() local
H A DCGObjCMac.cpp5324 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local
5329 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
H A DCGClass.cpp1984 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp163 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
1544 } else if (const ArrayType *arrayType = in CheckSubElementType() local
2036 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5316 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
5346 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local