Searched refs:LineComment (Results 1 – 15 of 15) sorted by relevance
49 LineComment | Digraphs | GNUMode)55 LineComment | C99 | Digraphs | HexFloat)68 LineComment | C99 | C11 | Digraphs | HexFloat)105 LineComment | CPlusPlus | Digraphs)110 LineComment | CPlusPlus | Digraphs | GNUMode)224 LineComment | HLSL | CPlusPlus )228 LineComment | HLSL | CPlusPlus )232 LineComment | HLSL | CPlusPlus )236 LineComment | HLSL | CPlusPlus )240 LineComment | HLSL | CPlusPlus )[all …]
49 LineComment = (1 << 0), enumerator94 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
113 LANGOPT(LineComment , 1, 0, "'//' comments")
180 Opts.LineComment = true; in Highlight()
110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
143 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()157 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()2511 if (!LineComment) { in SkipLineComment()2517 LineComment = true; in SkipLineComment()3779 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()4090 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
362 MMapLangOpts.LineComment = true; in ModuleMap()
106 bool LineComment; variable
278 Opts.LineComment = true; in TokenVerifier()
26 LangOpts.LineComment = 1; in createLangOpts()
746 g_options.LineComment = true; in GetLangOptions()
106 TYPE(LineComment) \
3838 LangOpts.LineComment = 1; in getFormattingLangOpts()
509 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()