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

References

tools/clang/include/clang/Basic/LangStandard.h
   91   bool isC11() const { return Flags & C11; }
tools/clang/include/clang/Basic/LangStandards.def
   69              LineComment | C99 | C11 | Digraphs | HexFloat)
   76              LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
   82              LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
   88              LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
   94              LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)
   97              LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)