Searched refs:LineComment (Results 1 – 11 of 11) sorted by relevance
50 LineComment | Digraphs | GNUMode | ImplicitInt)56 LineComment | C99 | Digraphs | HexFloat)63 LineComment | C99 | Digraphs | GNUMode | HexFloat)69 LineComment | C99 | C11 | Digraphs | HexFloat)76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)102 LineComment | CPlusPlus | Digraphs)[all …]
43 LineComment = (1 << 0), enumerator87 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
107 LANGOPT(LineComment , 1, 0, "'//' comments")
177 if (TokenKind == Kind::LineComment || TokenKind == Kind::StartComment) in run()219 case Kind::LineComment: in consumeToken()324 return Kind::LineComment; in classifyCurrentToken()
20 TOKEN(LineComment) // Beginning of single-line comment.
26 LangOpts.LineComment = 1; in createLangOpts()
2277 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()2282 LangOpts.LineComment = true; in SkipLineComment()3322 LangOpts.LineComment && in LexTokenInternal()3630 bool TreatAsComment = LangOpts.LineComment && in LexTokenInternal()
319 MMapLangOpts.LineComment = true; in ModuleMap()
75 TYPE(LineComment) \
2906 LangOpts.LineComment = 1; in getFormattingLangOpts()
3140 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()