OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasTrailingNewline
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
75
unsigned
HasTrailingNewline
: 1;
242
InlineContentCommentBits.
HasTrailingNewline
= 0;
252
InlineContentCommentBits.
HasTrailingNewline
= 1;
255
bool
hasTrailingNewline
() const {
256
return InlineContentCommentBits.
HasTrailingNewline
;
Comment.h
75
unsigned
HasTrailingNewline
: 1;
242
InlineContentCommentBits.
HasTrailingNewline
= 0;
252
InlineContentCommentBits.
HasTrailingNewline
= 1;
255
bool
hasTrailingNewline
() const {
256
return InlineContentCommentBits.
HasTrailingNewline
;
Completed in 92 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026