Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def50 LineComment | Digraphs | GNUMode | ImplicitInt)
56 LineComment | C99 | Digraphs | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
69 LineComment | C99 | C11 | Digraphs | HexFloat)
76 LineComment | C99 | C11 | Digraphs | GNUMode | HexFloat)
82 LineComment | C99 | C11 | C17 | Digraphs | HexFloat)
88 LineComment | C99 | C11 | C17 | Digraphs | GNUMode | HexFloat)
94 LineComment | C99 | C11 | C17 | C2x | Digraphs | HexFloat)
97 LineComment | C99 | C11 | C17 | C2x | Digraphs | GNUMode | HexFloat)
102 LineComment | CPlusPlus | Digraphs)
[all …]
H A DLangStandard.h43 LineComment = (1 << 0), enumerator
87 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments()
H A DLangOptions.def107 LANGOPT(LineComment , 1, 0, "'//' comments")
/netbsd-src/external/apache2/llvm/dist/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.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp26 LangOpts.LineComment = 1; in createLangOpts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp2277 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()
2282 LangOpts.LineComment = true; in SkipLineComment()
3322 LangOpts.LineComment && in LexTokenInternal()
3630 bool TreatAsComment = LangOpts.LineComment && in LexTokenInternal()
H A DModuleMap.cpp319 MMapLangOpts.LineComment = true; in ModuleMap()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h75 TYPE(LineComment) \
H A DFormat.cpp2906 LangOpts.LineComment = 1; in getFormattingLangOpts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3140 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()