Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGDecl.cpp349 else if (D.hasFlexibleArrayInit(getContext())) in AddInitializerToStaticVarDecl()
DCodeGenModule.cpp4891 if (InitDecl->hasFlexibleArrayInit(getContext())) in EmitGlobalVarDefinition()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DDecl.h1644 bool hasFlexibleArrayInit(const ASTContext &Ctx) const;
/openbsd/src/gnu/llvm/clang/lib/AST/
DDecl.cpp2758 bool VarDecl::hasFlexibleArrayInit(const ASTContext &Ctx) const { in hasFlexibleArrayInit() function in VarDecl