Home | History | Annotate | Download | only in AST

Lines Matching defs:RawComment

28 class RawComment {
41 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { }
43 RawComment(const SourceManager &SourceMgr, SourceRange SR,
147 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment,
165 class BeforeThanCompare<RawComment> {
171 bool operator()(const RawComment &LHS, const RawComment &RHS) {
175 bool operator()(const RawComment *LHS, const RawComment *RHS) {
186 void addComment(const RawComment &RC, llvm::BumpPtrAllocator &Allocator);
188 ArrayRef<RawComment *> getComments() const {
194 std::vector<RawComment *> Comments;
196 void addDeserializedComments(ArrayRef<RawComment *> DeserializedComments);