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

References

tools/clang/lib/Tooling/JSONCompilationDatabase.cpp
  136   if (Syntax == JSONCommandLineSyntax::AutoDetect) {
  137     Syntax = JSONCommandLineSyntax::Gnu;
  144         Syntax = JSONCommandLineSyntax::Windows;
  148   if (Syntax == JSONCommandLineSyntax::Windows) {
  156   assert(Syntax == JSONCommandLineSyntax::Gnu);