Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenModule.cpp715 if (initDecl->hasFlexibleArrayInit(astContext)) in emitGlobalVarDefinition()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp360 else if (D.hasFlexibleArrayInit(getContext())) in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp5787 if (InitDecl->hasFlexibleArrayInit(getContext())) { in EmitGlobalVarDefinition()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1689 bool hasFlexibleArrayInit(const ASTContext &Ctx) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2861 bool VarDecl::hasFlexibleArrayInit(const ASTContext &Ctx) const { in hasFlexibleArrayInit() function in VarDecl