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

  /external/clang/tools/libclang/
CXComment.cpp 128 return ICC->hasTrailingNewline();
  /external/clang/unittests/AST/
CommentParser.cpp 132 if (TC->hasTrailingNewline())
153 if (!TC->hasTrailingNewline())
    [all...]
  /external/clang/include/clang/AST/
Comment.h 76 unsigned HasTrailingNewline : 1;
246 InlineContentCommentBits.HasTrailingNewline = 0;
256 InlineContentCommentBits.HasTrailingNewline = 1;
259 bool hasTrailingNewline() const {
260 return InlineContentCommentBits.HasTrailingNewline;

Completed in 68 milliseconds