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

References

tools/clang/lib/Frontend/CompilerInvocation.cpp
 2872   Opts.DebuggerCastResultToId = Args.hasArg(OPT_fdebugger_cast_result_to_id);
tools/clang/lib/Sema/SemaDecl.cpp
11193   if (getLangOpts().DebuggerCastResultToId &&
11677   if (getLangOpts().DebuggerCastResultToId && DclT->isObjCObjectPointerType() &&
tools/clang/lib/Sema/SemaExprCXX.cpp
 7958     if (getLangOpts().DebuggerCastResultToId &&
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  487     lang_opts.DebuggerCastResultToId = true;