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

References

tools/clang/lib/Driver/ToolChain.cpp
  857   DriverArgs.ClaimAllArgs(options::OPT_stdlibxx_isystem);
  860          DriverArgs.getAllArgValues(options::OPT_stdlibxx_isystem))
tools/clang/lib/Driver/ToolChains/Clang.cpp
 1174     } else if (A->getOption().matches(options::OPT_stdlibxx_isystem)) {
 1232     bool HasStdlibxxIsystem = Args.hasArg(options::OPT_stdlibxx_isystem);