OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasTrailingNewline
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp
124
return ICC->
hasTrailingNewline
();
/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
;
Completed in 17 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026