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

  /external/clang/lib/AST/
ASTContext.cpp 112 ArrayRef<RawComment *> RawComments = Comments.getComments();
115 if (RawComments.empty())
146 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
148 if (!Found && RawComments.size() >= 2) {
155 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(),
159 Comment = std::lower_bound(RawComments.begin(), RawComments.end(),
169 if (Comment != RawComments.end() &&
186 if (Comment == RawComments.begin()
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 512 milliseconds