Searched refs:AddInitializerToStaticVarDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp316 /// AddInitializerToStaticVarDecl - Add the initializer for 'D' to the
321 CodeGenFunction::AddInitializerToStaticVarDecl(const VarDecl &D, function in class:CodeGenFunction
418 var = AddInitializerToStaticVarDecl(D, var);
H A DCodeGenFunction.h4234 /// AddInitializerToStaticVarDecl - Add the initializer for 'D' to the
4239 AddInitializerToStaticVarDecl(const VarDecl &D,

Completed in 78 milliseconds