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

  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.h 77 unsigned int hasTrailingNewline:1;
HTMLConverter.mm     [all...]
  /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;
  /external/clang/tools/libclang/
CXComment.cpp 120 return ICC->hasTrailingNewline();
    [all...]
  /external/clang/unittests/AST/
CommentParser.cpp 132 if (TC->hasTrailingNewline())
153 if (!TC->hasTrailingNewline())
    [all...]

Completed in 52 milliseconds