Searched defs:RawComment (Results 1 – 5 of 5) sorted by relevance
289 if (auto *RawComment = VisitVarDecl() local 362 if (auto *RawComment = VisitFunctionDecl() local 399 if (auto *RawComment = VisitEnumDecl() local 530 if (auto *RawComment = VisitNamespaceDecl() local 563 if (auto *RawComment = VisitRecordDecl() local 604 if (auto *RawComment = VisitCXXRecordDecl() local 657 if (auto *RawComment = VisitCXXMethodDecl() local 718 if (auto *RawComment = VisitCXXConstructorDecl() local 752 if (auto *RawComment = VisitCXXDestructorDecl() local 783 if (auto *RawComment = VisitConceptDecl() local 810 if (auto *RawComment = VisitClassTemplateSpecializationDecl() local 844 if (auto *RawComment = VisitClassTemplatePartialSpecializationDecl() local 878 if (auto *RawComment = VisitVarTemplateDecl() local 922 if (auto *RawComment = VisitVarTemplateSpecializationDecl() local 954 if (auto *RawComment = VisitVarTemplatePartialSpecializationDecl() local 987 if (auto *RawComment = VisitFunctionTemplateDecl() local 1020 if (auto *RawComment = VisitObjCInterfaceDecl() local 1068 if (auto *RawComment = VisitObjCProtocolDecl() local 1136 if (auto *RawComment = VisitTypedefNameDecl() local 1168 if (auto *RawComment = VisitObjCCategoryDecl() local 1211 if (auto *RawComment = recordEnumConstants() local 1244 if (auto *RawComment = VisitFieldDecl() local 1296 if (auto *RawComment = VisitCXXConversionDecl() local 1341 if (auto *RawComment = recordObjCMethods() local 1378 if (auto *RawComment = recordObjCProperties() local 1431 if (auto *RawComment = recordObjCInstanceVariables() local [all...]
45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, RawComment() function in RawComment [all...]
47 class RawComment; variable
735 CXString RawComment; in PrintCursorComments() local