Home
last modified time | relevance | path

Searched refs:getAsIncompleteArrayType (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp436 } else if (!Ctx.getAsIncompleteArrayType(Ty)) { in isFlexibleArrayMemberLike()
H A DMicrosoftMangle.cpp3052 getASTContext().getAsIncompleteArrayType(ElementTy); in mangleArrayType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2734 const IncompleteArrayType *getAsIncompleteArrayType(QualType T) const { in getAsIncompleteArrayType() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1331 = Context.getAsIncompleteArrayType(VD->getType())) { in ActOnEndOfTranslationUnit()
H A DSemaTemplateDeduction.cpp1727 const auto *IAA = S.Context.getAsIncompleteArrayType(A); in DeduceTemplateArgumentsByTypeMatch()
1731 const auto *IAP = S.Context.getAsIncompleteArrayType(P); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaDecl.cpp13527 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
13684 Context.getAsIncompleteArrayType(VDeclType) && in AddInitializerToDecl()
13685 Context.getAsIncompleteArrayType(Init->getType())) { in AddInitializerToDecl()
14147 = Context.getAsIncompleteArrayType(Type)) { in ActOnUninitializedDecl()
H A DSemaInit.cpp8577 = S.Context.getAsIncompleteArrayType(DeclType)) { in Perform()
9253 = S.Context.getAsIncompleteArrayType(Step->Type)) { in Perform()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5317 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField()