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

References

tools/clang/lib/Tooling/InterpolatingCompilationDatabase.cpp
  186           Std = *GivenStd;
  194     if (Std != LangStandard::lang_unspecified) // -std take precedence over -x
  195       Type = toType(LangStandard::getLangStandardForKind(Std).getLanguage());
  227     if (Std != LangStandard::lang_unspecified && foldType(TargetType) == Type) {
  230           LangStandard::getLangStandardForKind(Std).getName()).str());