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

References

tools/clang/lib/Driver/ToolChains/Clang.cpp
 4285   if (Args.hasFlag(options::OPT_ffixed_point, options::OPT_fno_fixed_point,
 4287     Args.AddLastArg(CmdArgs, options::OPT_ffixed_point);
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2725       Args.hasFlag(OPT_ffixed_point, OPT_fno_fixed_point, /*Default=*/false) &&