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 41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
80 bool isAlmostTrailingComment() const LLVM_READONLY {
81 return IsAlmostTrailingComment;
140 bool IsAlmostTrailingComment : 1;
148 bool IsAlmostTrailingComment,
152 IsAlmostTrailingComment(IsAlmostTrailingComment),
  /external/clang/lib/AST/
RawCommentList.cpp 70 IsAttached(false), IsAlmostTrailingComment(false),
84 IsAlmostTrailingComment = RawText.startswith("//<") ||
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 41 milliseconds