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

References

tools/clang/include/clang/Basic/LangStandard.h
   94   bool isC17() const { return Flags & C17; }
tools/clang/include/clang/Basic/LangStandards.def
   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)