reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  122   if (!function_decl)
  129     function_decl->print(os);
  136   Stmt *function_body = function_decl->getBody();
  139   bool ret = SynthesizeBodyResult(compound_stmt, function_decl);
  145     function_decl->print(os);