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 118 ArrayRef<RawComment *> RawComments = Comments.getComments();
121 if (RawComments.empty())
160 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
162 if (!Found && RawComments.size() >= 2) {
169 assert(Comment == std::lower_bound(RawComments.begin(), RawComments.end(),
173 Comment = std::lower_bound(RawComments.begin(), RawComments.end(),
183 if (Comment != RawComments.end() &&
201 if (Comment == RawComments.begin()
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 37 milliseconds