Searched refs:LineComment (Results 1 – 7 of 7) sorted by relevance
39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)47 LineComment | C99 | Digraphs | HexFloat)50 LineComment | C99 | Digraphs | HexFloat)53 LineComment | C99 | Digraphs | HexFloat)56 LineComment | C99 | Digraphs | HexFloat)60 LineComment | C99 | Digraphs | GNUMode | HexFloat)63 LineComment | C99 | Digraphs | GNUMode | HexFloat)68 LineComment | C99 | C11 | Digraphs | HexFloat)71 LineComment | C99 | C11 | Digraphs | HexFloat)[all …]
21 LineComment = (1 << 0), enumerator58 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments()
26 INSTANTIATE_TEST_CASE_P(LineComment, CommentTest,
62 LANGOPT(LineComment , 1, 0, "'//' comments")
1929 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()1934 LangOpts.LineComment = true; in SkipLineComment()2852 LangOpts.LineComment && !LangOpts.TraditionalCPP) { in LexTokenInternal()3149 bool TreatAsComment = LangOpts.LineComment && !LangOpts.TraditionalCPP; in LexTokenInternal()
1929 LangOpts.LineComment = 1; in getFormattingLangOpts()
1015 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()