Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp1051 = Context.getAsIncompleteArrayType(VD->getType())) { in ActOnEndOfTranslationUnit()
H A DSemaTemplateDeduction.cpp1584 S.Context.getAsIncompleteArrayType(Arg); in DeduceTemplateArgumentsByTypeMatch()
1590 S.Context.getAsIncompleteArrayType(Param)->getElementType(), in DeduceTemplateArgumentsByTypeMatch()
H A DSemaInit.cpp7317 = S.Context.getAsIncompleteArrayType(DeclType)) { in Perform()
7961 = S.Context.getAsIncompleteArrayType(Step->Type)) { in Perform()
H A DSemaDecl.cpp11036 if (const ArrayType *Array = Context.getAsIncompleteArrayType(BaseDeclType)) in AddInitializerToDecl()
11536 = Context.getAsIncompleteArrayType(Type)) { in ActOnUninitializedDecl()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h2419 const IncompleteArrayType *getAsIncompleteArrayType(QualType T) const { in getAsIncompleteArrayType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp2492 getASTContext().getAsIncompleteArrayType(ElementTy); in mangleArrayType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp5139 if (auto arrayType = CGM.getContext().getAsIncompleteArrayType(fieldType)) { in visitField()