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

Declarations

tools/lldb/include/lldb/Symbol/Block.h
  306   CompilerDeclContext GetDeclContext();

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  676   CompilerDeclContext frame_decl_context = sym_ctx.block->GetDeclContext();
  881       CompilerDeclContext function_decl_ctx = function_block->GetDeclContext();
  991       CompilerDeclContext function_decl_ctx = function_block->GetDeclContext();
 1100           sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext()
 1159           sym_ctx.block != nullptr ? sym_ctx.block->GetDeclContext()
 1253           frame_sym_ctx.block != nullptr ? frame_sym_ctx.block->GetDeclContext()
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  126   CompilerDeclContext decl_context = function_block->GetDeclContext();
tools/lldb/source/Symbol/SymbolContext.cpp
  566     CompilerDeclContext decl_ctx = function_block->GetDeclContext();