Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp363 D.getFlexibleArrayInitChars(getContext()); in AddInitializerToStaticVarDecl()
H A DCodeGenModule.cpp5360 InitDecl->getFlexibleArrayInitChars(getContext()); in EmitGlobalVarDefinition()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1675 CharUnits getFlexibleArrayInitChars(const ASTContext &Ctx) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp2836 CharUnits VarDecl::getFlexibleArrayInitChars(const ASTContext &Ctx) const { in getFlexibleArrayInitChars() function in VarDecl
H A DExprConstant.cpp11983 Size += VD->getFlexibleArrayInitChars(Info.Ctx); in addFlexibleArrayMemberInitSize()