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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1437     llvm::StringRef global_name = global_var.getName();
 1440              static_cast<void *>(DeclForGlobal(&global_var)));
 1443       if (!HandleSymbol(&global_var)) {
 1451       if (!HandleObjCClass(&global_var)) {
 1458       if (!HandleObjCClass(&global_var)) {
 1464     } else if (DeclForGlobal(&global_var)) {
 1465       if (!MaybeHandleVariable(&global_var)) {