Searched defs:RawComment (Results 1 – 3 of 3) sorted by relevance
292 if (auto *RawComment = in VisitVarDecl() local365 if (auto *RawComment = in VisitFunctionDecl() local402 if (auto *RawComment = in VisitEnumDecl() local533 if (auto *RawComment = in VisitNamespaceDecl() local566 if (auto *RawComment = in VisitRecordDecl() local607 if (auto *RawComment = in VisitCXXRecordDecl() local660 if (auto *RawComment = in VisitCXXMethodDecl() local721 if (auto *RawComment = in VisitCXXConstructorDecl() local755 if (auto *RawComment = in VisitCXXDestructorDecl() local786 if (auto *RawComment = in VisitConceptDecl() local[all …]
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
47 class RawComment; variable