Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2597 const IncompleteArrayType *getAsIncompleteArrayType(QualType T) const { in getAsIncompleteArrayType() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1252 = Context.getAsIncompleteArrayType(VD->getType())) { in ActOnEndOfTranslationUnit()
H A DSemaTemplateDeduction.cpp1717 S.Context.getAsIncompleteArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch()
1723 S.Context.getAsIncompleteArrayType(Param)->getElementType(), in DeduceTemplateArgumentsByTypeMatch()
H A DSemaInit.cpp8020 = S.Context.getAsIncompleteArrayType(DeclType)) { in Perform()
8679 = S.Context.getAsIncompleteArrayType(Step->Type)) { in Perform()
H A DSemaDecl.cpp12213 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
12794 = Context.getAsIncompleteArrayType(Type)) { in ActOnUninitializedDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftMangle.cpp2874 getASTContext().getAsIncompleteArrayType(ElementTy); in mangleArrayType()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp5401 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField()