Searched refs:LineComment (Results 1 – 17 of 17) 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 | C2x | Digraphs | HexFloat)96 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)101 LineComment | CPlusPlus | Digraphs)[all …]
48 LineComment = (1 << 0), enumerator92 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
112 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.
180 Opts.LineComment = true; in Highlight()
102 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
139 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()153 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()2441 if (!LineComment) { in SkipLineComment()2447 LineComment = true; in SkipLineComment()3707 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()4018 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
74 LangOpts.LineComment = true; in getLangOptsForDepScanning()
322 MMapLangOpts.LineComment = true; in ModuleMap()
106 bool LineComment; variable
266 Opts.LineComment = true; in TokenVerifier()
26 LangOpts.LineComment = 1; in createLangOpts()
746 g_options.LineComment = true; in GetLangOptions()
100 TYPE(LineComment) \
3643 LangOpts.LineComment = 1; in getFormattingLangOpts()
508 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()