Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp464 } else if (!Ctx.getAsIncompleteArrayType(Ty)) { in isFlexibleArrayMemberLike()
H A DMicrosoftMangle.cpp3319 getASTContext().getAsIncompleteArrayType(ElementTy); in mangleArrayType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3025 const IncompleteArrayType *getAsIncompleteArrayType(QualType T) const { in getAsIncompleteArrayType() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1452 = Context.getAsIncompleteArrayType(VD->getType())) { in ActOnEndOfTranslationUnit()
H A DSemaTemplateDeduction.cpp1886 const auto *IAA = S.Context.getAsIncompleteArrayType(A); in DeduceTemplateArgumentsByTypeMatch()
1890 const auto *IAP = S.Context.getAsIncompleteArrayType(P); in DeduceTemplateArgumentsByTypeMatch()
H A DSemaHLSL.cpp3951 const IncompleteArrayType *IAT = Ctx.getAsIncompleteArrayType(InitTy); in InitListTransformer()
H A DSemaDecl.cpp13689 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
13841 Context.getAsIncompleteArrayType(VDeclType) && in AddInitializerToDecl()
13842 Context.getAsIncompleteArrayType(Init->getType())) { in AddInitializerToDecl()
14285 = Context.getAsIncompleteArrayType(Type)) { in ActOnUninitializedDecl()
H A DSemaInit.cpp7810 = S.Context.getAsIncompleteArrayType(DeclType)) { in Perform()
8501 = S.Context.getAsIncompleteArrayType(Step->Type)) { in Perform()
H A DSemaType.cpp9131 if (const auto *IAT = Context.getAsIncompleteArrayType(DestType)) { in completeExprArrayBound()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5231 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField()