Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DLangStandards.def39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
47 LineComment | C99 | Digraphs | HexFloat)
50 LineComment | C99 | Digraphs | HexFloat)
53 LineComment | C99 | Digraphs | HexFloat)
56 LineComment | C99 | Digraphs | HexFloat)
60 LineComment | C99 | Digraphs | GNUMode | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat)
[all …]
DLangStandard.h21 LineComment = (1 << 0), enumerator
58 bool hasLineComments() const { return Flags & frontend::LineComment; } in hasLineComments()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DLangOptions.def62 LANGOPT(LineComment , 1, 0, "'//' comments")
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
DLexer.cpp2003 if (!LangOpts.LineComment && !isLexingRawMode()) { in SkipLineComment()
2008 LangOpts.LineComment = true; in SkipLineComment()
2988 LangOpts.LineComment && in LexTokenInternal()
3288 bool TreatAsComment = LangOpts.LineComment && in LexTokenInternal()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
DFormat.cpp1392 LangOpts.LineComment = 1; in getFormattingLangOpts()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTContext.cpp150 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInvocation.cpp1060 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()