Home
last modified time | relevance | path

Searched defs:RawComment (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h289 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...]
/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function
196 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, RawComment() function in RawComment
[all...]
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h47 class RawComment; variable
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c735 CXString RawComment; in PrintCursorComments() local