Home
last modified time | relevance | path

Searched refs:hasLineComments (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandard.h87 bool hasLineComments() const { return Flags & LineComment; } in hasLineComments() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3137 Opts.LineComment = Std.hasLineComments(); in setLangDefaults()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp502 Opts.LineComment = Std.hasLineComments(); in ParseLangArgs()