Home
last modified time | relevance | path

Searched refs:hasFlexibleArrayInit (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp349 else if (D.hasFlexibleArrayInit(getContext())) in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp5340 if (InitDecl->hasFlexibleArrayInit(getContext())) in EmitGlobalVarDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1669 bool hasFlexibleArrayInit(const ASTContext &Ctx) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2821 bool VarDecl::hasFlexibleArrayInit(const ASTContext &Ctx) const { in hasFlexibleArrayInit() function in VarDecl