Searched refs:LineComment (Results 1 – 18 of 18) sorted by relevance
49 LineComment | Digraphs | GNUMode)55 LineComment | C99 | Digraphs | HexFloat)68 LineComment | C99 | C11 | Digraphs | HexFloat)101 LineComment | CPlusPlus | Digraphs)106 LineComment | CPlusPlus | Digraphs | GNUMode)214 LineComment | HLSL | CPlusPlus )218 LineComment | HLSL | CPlusPlus )222 LineComment | HLSL | CPlusPlus )226 LineComment | HLSL | CPlusPlus )230 LineComment | HLSL | CPlusPlus )[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.
179 Opts.LineComment = true; in Highlight()
102 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
140 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()154 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()2380 if (!LineComment) { in SkipLineComment()2386 LineComment = true; in SkipLineComment()3639 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()3950 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
73 LangOpts.LineComment = true; in getLangOptsForDepScanning()
319 MMapLangOpts.LineComment = true; in ModuleMap()
106 bool LineComment; variable
266 Opts.LineComment = true; in TokenVerifier()
26 LangOpts.LineComment = 1; in createLangOpts()
653 g_options.LineComment = true; in GetLangOptions()
644 LangOpts.LineComment = false; in TEST_F()
91 TYPE(LineComment) \
3429 LangOpts.LineComment = 1; in getFormattingLangOpts()
505 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()