HomeSort by relevance Sort by last modified time
    Searched full:isalmosttrailingcomment (Results 1 - 5 of 5) 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;
143 bool IsAlmostTrailingComment : 1;
156 bool IsAlmostTrailingComment,
160 IsAlmostTrailingComment(IsAlmostTrailingComment),
  /external/clang/lib/AST/
RawCommentList.cpp 70 IsAttached(false), IsAlmostTrailingComment(false),
85 IsAlmostTrailingComment = RawText.startswith("//<") ||
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 4628 milliseconds