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

Declarations

tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
  128   bool SynthesizeBodyResult(clang::CompoundStmt *Body, clang::DeclContext *DC);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
  139   bool ret = SynthesizeBodyResult(compound_stmt, function_decl);
  183   bool ret = SynthesizeBodyResult(compound_stmt, MethodDecl);