<div dir="ltr">Hi all!<div><br></div><div>I would like to know if it's possible to get the method body of std::__cxx11::basic_string::_M_construct(size_type, _CharT) ?</div><div><br></div><div>The question arises when StaticAnalyzer's ExprEnging::defaultEvalCall()</div><div><div>tries to inline this method but the CXXMethodDecl node for '_M_construct'</div><div>(and a few other similar members) from the AST has no body attached to it.</div><div><br></div><div>The body (templated?) should be in the AST but is hidden somewhere else,</div><div>otherwise the TU would be incomplete.</div><div><br></div><div>Any hint would be appreciated, thanks!</div><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best Regards<br> <br>Ding Fei<br>E-mail: <a href="mailto:danix800@gmail.com" target="_blank">danix800@gmail.com</a></div></div></div>