HomeSort by: relevance | last modified time | path
    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