Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def50 LineComment | Digraphs | GNUMode | ImplicitInt)
56 LineComment | C99 | Digraphs | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
69 LineComment | C99 | C11 | Digraphs | HexFloat)
102 LineComment | CPlusPlus | Digraphs)
107 LineComment | CPlusPlus | Digraphs | GNUMode)
112 LineComment | CPlusPlus | CPlusPlus11 | Digraphs)
168 LineComment | C99 | Digraphs | HexFloat | OpenCL)
173 LineComment | C99 | Digraphs | HexFloat | OpenCL)
176 LineComment | C99 | Digraphs | HexFloat | OpenCL)
[all …]
H A DLangStandard.h43 LineComment = (1 << 0), enumerator
87 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
H A DLangOptions.def107 LANGOPT(LineComment , 1, 0, "'//' comments")
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp179 Opts.LineComment = true; in Highlight()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp236 Opts.LineComment = true; in TokenVerifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp653 g_options.LineComment = true; in GetLangOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2292 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()
2297 LangOpts.LineComment = true; in SkipLineComment()
3356 LangOpts.LineComment && in LexTokenInternal()
3664 bool TreatAsComment = LangOpts.LineComment && in LexTokenInternal()
H A DModuleMap.cpp319 MMapLangOpts.LineComment = true; in ModuleMap()
/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h76 TYPE(LineComment) \
H A DFormat.cpp2974 LangOpts.LineComment = 1; in getFormattingLangOpts()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3137 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp502 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()