Searched refs:LineComment (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 49 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 D | LangStandard.h | 49 LineComment = (1 << 0), enumerator 95 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
|
| H A D | LangOptions.def | 70 LANGOPT(LineComment , 1, 0, NotCompatible, "'//' comments")
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 179 Opts.LineComment = true; in Highlight()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 112 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 187 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 D | DependencyDirectivesScanner.cpp | 75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 106 bool LineComment; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 277 Opts.LineComment = true; in TokenVerifier()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 25 LangOpts.LineComment = 1; in createLangOpts()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 746 g_options.LineComment = true; in GetLangOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 115 TYPE(LineComment) \
|
| H A D | Format.cpp | 4082 LangOpts.LineComment = 1; in getFormattingLangOpts() 4157 LangOpts.LineComment = 1; in getLanguageByComment()
|