Searched refs:LineComment (Results 1 – 13 of 13) sorted by relevance
49 LineComment | Digraphs | GNUMode)55 LineComment | C99 | Digraphs | HexFloat)62 LineComment | C99 | Digraphs | GNUMode | HexFloat)68 LineComment | C99 | C11 | Digraphs | HexFloat)75 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)81 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)87 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)93 LineComment | C99 | C11 | C17 | C23 | Digraphs | HexFloat)97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)105 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | HexFloat)[all …]
50 LineComment = (1 << 0), enumerator96 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
114 LANGOPT(LineComment , 1, 0, "'//' comments")
180 Opts.LineComment = true; in Highlight()
110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
188 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()202 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()2567 if (!LineComment) { in SkipLineComment()2573 LineComment = true; in SkipLineComment()3835 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()4146 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
362 MMapLangOpts.LineComment = true; in ModuleMap()
278 Opts.LineComment = true; in TokenVerifier()
26 LangOpts.LineComment = 1; in createLangOpts()
746 g_options.LineComment = true; in GetLangOptions()
109 TYPE(LineComment) \
3880 LangOpts.LineComment = 1; in getFormattingLangOpts()