Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def49 LineComment | Digraphs | GNUMode)
55 LineComment | C99 | Digraphs | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
105 LineComment | CPlusPlus | Digraphs)
110 LineComment | CPlusPlus | Digraphs | GNUMode)
224 LineComment | HLSL | CPlusPlus )
228 LineComment | HLSL | CPlusPlus )
232 LineComment | HLSL | CPlusPlus )
236 LineComment | HLSL | CPlusPlus )
240 LineComment | HLSL | CPlusPlus )
[all …]
H A DLangStandard.h49 LineComment = (1 << 0), enumerator
94 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
H A DLangOptions.def113 LANGOPT(LineComment , 1, 0, "'//' comments")
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp180 Opts.LineComment = true; in Highlight()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp143 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()
157 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
2511 if (!LineComment) { in SkipLineComment()
2517 LineComment = true; in SkipLineComment()
3779 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
4090 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
H A DDependencyDirectivesScanner.cpp75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
H A DModuleMap.cpp362 MMapLangOpts.LineComment = true; in ModuleMap()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h106 bool LineComment; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp278 Opts.LineComment = true; in TokenVerifier()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp746 g_options.LineComment = true; in GetLangOptions()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h106 TYPE(LineComment) \
H A DFormat.cpp3838 LangOpts.LineComment = 1; in getFormattingLangOpts()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp509 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()