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

References

tools/clang/include/clang/Basic/LangStandard.h
  118   bool isGNUMode() const { return Flags & GNUMode; }
tools/clang/include/clang/Basic/LangStandards.def
   50              LineComment | Digraphs | GNUMode | ImplicitInt)
   63              LineComment | C99 | Digraphs | GNUMode | HexFloat)
   76              LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
   88              LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
   97              LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)
  107              LineComment | CPlusPlus | Digraphs | GNUMode)
  117              LineComment | CPlusPlus | CPlusPlus11 | Digraphs | GNUMode)
  128              GNUMode)
  140              Digraphs | HexFloat | GNUMode)
  151              CPlusPlus2a | Digraphs | HexFloat | GNUMode)