Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDDeclBase.cpp458 } else if (!Ctx.getAsIncompleteArrayType(Ty)) { in isFlexibleArrayMemberLike()
HDMicrosoftMangle.cpp3188 getASTContext().getAsIncompleteArrayType(ElementTy); in mangleArrayType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2821 const IncompleteArrayType *getAsIncompleteArrayType(QualType T) const { in getAsIncompleteArrayType() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp1372 = Context.getAsIncompleteArrayType(VD->getType())) { in ActOnEndOfTranslationUnit()
HDSemaTemplateDeduction.cpp1863 const auto *IAA = S.Context.getAsIncompleteArrayType(A); in DeduceTemplateArgumentsByTypeMatch()
1867 const auto *IAP = S.Context.getAsIncompleteArrayType(P); in DeduceTemplateArgumentsByTypeMatch()
HDSemaDecl.cpp13338 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
13496 Context.getAsIncompleteArrayType(VDeclType) && in AddInitializerToDecl()
13497 Context.getAsIncompleteArrayType(Init->getType())) { in AddInitializerToDecl()
13952 = Context.getAsIncompleteArrayType(Type)) { in ActOnUninitializedDecl()
HDSemaInit.cpp7525 = S.Context.getAsIncompleteArrayType(DeclType)) { in Perform()
8220 = S.Context.getAsIncompleteArrayType(Step->Type)) { in Perform()
HDSemaType.cpp8846 if (const auto *IAT = Context.getAsIncompleteArrayType(DestType)) { in completeExprArrayBound()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCMac.cpp5324 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField()