Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDLangStandards.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)
97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)
105 LineComment | C99 | C11 | C17 | C23 | C2y | Digraphs | HexFloat)
[all …]
HDLangStandard.h50 LineComment = (1 << 0), enumerator
96 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
HDLangOptions.def114 LANGOPT(LineComment , 1, 0, "'//' comments")
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
HDClangHighlighter.cpp180 Opts.LineComment = true; in Highlight()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDLangOptions.cpp110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
HDLexer.cpp188 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()
202 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
2567 if (!LineComment) { in SkipLineComment()
2573 LineComment = true; in SkipLineComment()
3835 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
4146 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
HDDependencyDirectivesScanner.cpp75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
HDModuleMap.cpp362 MMapLangOpts.LineComment = true; in ModuleMap()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
HDLexer.h106 bool LineComment; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangExpressionSourceCode.cpp278 Opts.LineComment = true; in TokenVerifier()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/
HDHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
HDCPlusPlusNameParser.cpp746 g_options.LineComment = true; in GetLangOptions()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDFormatToken.h109 TYPE(LineComment) \
HDFormat.cpp3880 LangOpts.LineComment = 1; in getFormattingLangOpts()