Searched refs:LineComment (Results 1 – 9 of 9) 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), enumerator59 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments()
31 import org.eclipse.jdt.core.dom.LineComment;67 if (!(commentNode instanceof LineComment)) { in processComment()
61 TYPE(LineComment) \
1919 LangOpts.LineComment = 1; in getFormattingLangOpts()
2022 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()2027 LangOpts.LineComment = true; in SkipLineComment()3014 LangOpts.LineComment && in LexTokenInternal()3319 bool TreatAsComment = LangOpts.LineComment && in LexTokenInternal()
93 MMapLangOpts.LineComment = true; in ModuleMap()
89 LANGOPT(LineComment , 1, 0, "'//' comments")
1330 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()