Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp345 else if (D.hasFlexibleArrayInit(getContext())) in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp4729 if (InitDecl->hasFlexibleArrayInit(getContext())) in EmitGlobalVarDefinition()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1600 bool hasFlexibleArrayInit(const ASTContext &Ctx) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp2729 bool VarDecl::hasFlexibleArrayInit(const ASTContext &Ctx) const { in hasFlexibleArrayInit() function in VarDecl