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

  /external/clang/include/clang/AST/
RawCommentList.h 40 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
79 bool isAlmostTrailingComment() const LLVM_READONLY {
80 return IsAlmostTrailingComment;
136 bool IsAlmostTrailingComment : 1;
145 bool IsAlmostTrailingComment) :
148 IsAlmostTrailingComment(IsAlmostTrailingComment),
  /external/clang/lib/AST/
RawCommentList.cpp 68 IsAttached(false), IsAlmostTrailingComment(false),
82 IsAlmostTrailingComment = RawText.startswith("//<") ||
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 39 milliseconds