HomeSort by relevance Sort by last modified time
    Searched defs:hasTrailingNewline (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.h 77 unsigned int hasTrailingNewline:1;
  /external/clang/include/clang/AST/
Comment.h 76 unsigned HasTrailingNewline : 1;
235 InlineContentCommentBits.HasTrailingNewline = 0;
245 InlineContentCommentBits.HasTrailingNewline = 1;
248 bool hasTrailingNewline() const {
249 return InlineContentCommentBits.HasTrailingNewline;

Completed in 115 milliseconds