Searched refs:LineComment (Results 1 – 15 of 15) sorted by relevance
| /freebsd-src/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) 97 LineComment | C99 | C11 | C17 | C23 | Digraphs | GNUMode | HexFloat) 105 LineComment | C9 [all...] |
| H A D | LangStandard.h | 50 LineComment = (1 << 0), 96 bool hasLineComments() const { return Flags & LineComment; } 49 LineComment = (1 << 0), global() enumerator
|
| H A D | LangOptions.def | 114 LANGOPT(LineComment , 1, 0, "'//' comments")
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
| H A D | ClangHighlighter.cpp | 180 Opts.LineComment = true; in Highlight()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | LangOptions.cpp | 110 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Lexer.cpp | 188 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 D | DependencyDirectivesScanner.cpp | 75 LangOpts.LineComment = true; in getLangOptsForDepScanning()
|
| H A D | ModuleMap.cpp | 362 MMapLangOpts.LineComment = true; in ModuleMap()
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Lexer.h | 106 bool LineComment; variable
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.cpp | 278 Opts.LineComment = true; in TokenVerifier()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 26 LangOpts.LineComment = 1; in createLangOpts()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.cpp | 746 g_options.LineComment = true; in GetLangOptions()
|
| /freebsd-src/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 109 TYPE(LineComment) \
|
| H A D | Format.cpp | 3880 LangOpts.LineComment = 1; in getLanguageByFileName()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | |