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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
   67       DebugTypeExtRefs(CGM.getCodeGenOpts().DebugTypeExtRefs),
tools/clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  151     CodeGenOpts.DebugTypeExtRefs = true;
tools/clang/lib/Frontend/CompilerInvocation.cpp
  767   Opts.DebugTypeExtRefs = Args.hasArg(OPT_dwarf_ext_refs);
 3642   if (getCodeGenOpts().DebugTypeExtRefs)
tools/clang/lib/Frontend/FrontendAction.cpp
  567         ASTDiags, CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);
  633         CI.getFileSystemOpts(), CI.getCodeGenOpts().DebugTypeExtRefs);