Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/
DLangStandard.h71 struct LangStandard { struct
75 #include "clang/Basic/LangStandards.def" argument
79 const char *ShortName;
80 const char *Description;
81 unsigned Flags;
82 clang::Language Language;
86 const char *getName() const { return ShortName; } in getName()
89 const char *getDescription() const { return Description; } in getDescription()
92 clang::Language getLanguage() const { return Language; } in getLanguage()
95 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/
DLangStandard.h70 struct LangStandard { struct
74 #include "clang/Basic/LangStandards.def" argument
78 const char *ShortName;
79 const char *Description;
80 unsigned Flags;
81 clang::Language Language;
85 const char *getName() const { return ShortName; } in getName()
88 const char *getDescription() const { return Description; } in getDescription()
91 clang::Language getLanguage() const { return Language; } in getLanguage()
94 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/
DLangStandard.h70 struct LangStandard { struct
74 #include "clang/Basic/LangStandards.def" argument
78 const char *ShortName;
79 const char *Description;
80 unsigned Flags;
81 clang::Language Language;
85 const char *getName() const { return ShortName; } in getName()
88 const char *getDescription() const { return Description; } in getDescription()
91 clang::Language getLanguage() const { return Language; } in getLanguage()
94 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/
DLangStandard.h70 struct LangStandard { struct
74 #include "clang/Basic/LangStandards.def" argument
78 const char *ShortName;
79 const char *Description;
80 unsigned Flags;
81 clang::Language Language;
85 const char *getName() const { return ShortName; } in getName()
88 const char *getDescription() const { return Description; } in getDescription()
91 clang::Language getLanguage() const { return Language; } in getLanguage()
94 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
[all …]
/aosp_15_r20/external/clang/include/clang/Frontend/
H A DLangStandard.h39 struct LangStandard { struct
43 #include "clang/Frontend/LangStandards.def" argument
47 const char *ShortName;
48 const char *Description;
49 unsigned Flags;
53 const char *getName() const { return ShortName; } in getName()
56 const char *getDescription() const { return Description; } in getDescription()
59 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments()
62 bool isC89() const { return Flags & frontend::C89; } in isC89()
65 bool isC99() const { return Flags & frontend::C99; } in isC99()
[all …]