Home
last modified time | relevance | path

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

/freebsd-src/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)
97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat)
105 LineComment | C9
[all...]
H A DLangStandard.h50 LineComment = (1 << 0),
96 bool hasLineComments() const { return Flags & LineComment; }
49 LineComment = (1 << 0), global() enumerator
H A DLangOptions.def114 LANGOPT(LineComment , 1, 0, "'//' comments")
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp180 Opts.LineComment = true; in Highlight()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DLangOptions.cpp110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp188 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment),
202 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Create_PragmaLexer()
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()
H A DDependencyDirectivesScanner.cpp75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
H A DModuleMap.cpp362 MMapLangOpts.LineComment = true; in ModuleMap()
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h106 bool LineComment; variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp278 Opts.LineComment = true; in TokenVerifier()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp746 g_options.LineComment = true; in GetLangOptions()
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h109 TYPE(LineComment) \
H A DFormat.cpp3880 LangOpts.LineComment = 1; in getLanguageByFileName()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp