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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
  585   if (uint32_t PLevel = Context.getLangOpts().PICLevel) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2855   Opts.PICLevel = getLastArgIntValue(Args, OPT_pic_level, 0, Diags);
 3489     LangOpts.PICLevel = getLastArgIntValue(Args, OPT_pic_level, 0, Diags);
tools/clang/lib/Frontend/InitPreprocessor.cpp
  981   if (unsigned PICLevel = LangOpts.PICLevel) {