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

Declarations

tools/lldb/include/lldb/Symbol/SymbolContext.h
  250   Block *GetFunctionBlock();

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  876       Block *function_block = sym_ctx.GetFunctionBlock();
  986       Block *function_block = sym_ctx.GetFunctionBlock();
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  119   Block *function_block = sym_ctx.GetFunctionBlock();
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  993         sc.block = sc.GetFunctionBlock();
tools/lldb/source/Symbol/SymbolContext.cpp
  564   Block *function_block = GetFunctionBlock();
  761   Block *func_block = GetFunctionBlock();