Home
last modified time | relevance | path

Searched refs:LineComment (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def49 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 | C23 | Digraphs | HexFloat)
98 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)
104 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | HexFloat)
[all …]
H A DLangStandard.h49 LineComment = (1 << 0), enumerator
95 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
H A DLangOptions.def70 LANGOPT(LineComment , 1, 0, NotCompatible, "'//' comments")
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp179 Opts.LineComment = true; in Highlight()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp112 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp187 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()
201 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
2588 if (!LineComment) { in SkipLineComment()
2594 LineComment = true; in SkipLineComment()
3860 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
4171 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
H A DDependencyDirectivesScanner.cpp75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h106 bool LineComment; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp277 Opts.LineComment = true; in TokenVerifier()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp25 LangOpts.LineComment = 1; in createLangOpts()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp746 g_options.LineComment = true; in GetLangOptions()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h115 TYPE(LineComment) \
H A DFormat.cpp4082 LangOpts.LineComment = 1; in getFormattingLangOpts()
4157 LangOpts.LineComment = 1; in getLanguageByComment()