Home
last modified time | relevance | path

Searched defs:LangStandard (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Frontend/
DLangStandard.h38 struct LangStandard { struct
42 #include "clang/Frontend/LangStandards.def" argument
46 const char *ShortName;
47 const char *Description;
48 unsigned Flags;
52 const char *getName() const { return ShortName; } in getName()
55 const char *getDescription() const { return Description; } in getDescription()
58 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments()
61 bool isC89() const { return Flags & frontend::C89; } in isC89()
64 bool isC99() const { return Flags & frontend::C99; } in isC99()
[all …]