Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 | C2x | Digraphs | HexFloat)
96 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)
101 LineComment | CPlusPlus | Digraphs)
[all …]
H A DLangStandard.h48 LineComment = (1 << 0), enumerator
92 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
H A DLangOptions.def112 LANGOPT(LineComment , 1, 0, "'//' comments")
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptToken.cpp177 if (TokenKind == Kind::LineComment || TokenKind == Kind::StartComment) in run()
219 case Kind::LineComment: in consumeToken()
324 return Kind::LineComment; in classifyCurrentToken()
H A DResourceScriptTokenList.def20 TOKEN(LineComment) // Beginning of single-line comment.
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp180 Opts.LineComment = true; in Highlight()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DLangOptions.cpp102 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLexer.cpp139 LangOpts(PP.getLangOpts()), LineComment(LangOpts.LineComment), in Lexer()
153 : FileLoc(fileloc), LangOpts(langOpts), LineComment(LangOpts.LineComment), in Lexer()
2441 if (!LineComment) { in SkipLineComment()
2447 LineComment = true; in SkipLineComment()
3707 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP)) { in LexTokenInternal()
4018 LineComment && (LangOpts.CPlusPlus || !LangOpts.TraditionalCPP); in LexTokenInternal()
H A DDependencyDirectivesScanner.cpp74 LangOpts.LineComment = true; in getLangOptsForDepScanning()
H A DModuleMap.cpp322 MMapLangOpts.LineComment = true; in ModuleMap()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DLexer.h106 bool LineComment; variable
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp266 Opts.LineComment = true; in TokenVerifier()
/openbsd-src/gnu/llvm/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp746 g_options.LineComment = true; in GetLangOptions()
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormatToken.h100 TYPE(LineComment) \
H A DFormat.cpp3643 LangOpts.LineComment = 1; in getFormattingLangOpts()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp508 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()