Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp75 auto arrayType = CGM.getContext().getAsConstantArrayType(type); in addTypedData() local
H A DCGDecl.cpp2003 const ArrayType *arrayType = getContext().getAsArrayType(type); in emitDestroy() local
2098 while (const ArrayType *arrayType = CGF.getContext().getAsArrayType(type)) { in emitPartialArrayDestroy() local
H A DCodeGenFunction.cpp1889 const ArrayType *arrayType = origArrayType; in emitArrayLength() local
H A DCGExprCXX.cpp610 if (const ArrayType *arrayType in EmitCXXConstructExpr() local
H A DCGObjCMac.cpp5139 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField() local
5144 while (auto arrayType = CGM.getContext().getAsConstantArrayType(fieldType)) { in visitField() local
H A DCGClass.cpp1875 const CXXConstructorDecl *ctor, const ArrayType *arrayType, in EmitCXXAggrConstructorCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp808 const AstTypeMatcher<ArrayType> arrayType; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp137 const ArrayType *arrayType = Context.getAsArrayType(declType); in IsStringInit() local
1295 } else if (const ArrayType *arrayType = in CheckSubElementType() local
1691 const ArrayType *arrayType = SemaRef.Context.getAsArrayType(DeclType); in CheckArrayType() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp4699 while (const ArrayType *arrayType = astContext.getAsArrayType(ty)) { in getDestructorDecl() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1599 if (const ArrayType *arrayType = getAsArrayType(T)) { in getDeclAlign() local