Home
last modified time | relevance | path

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

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