Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h259 if (auto *RawComment = VisitVarDecl() local
329 if (auto *RawComment = VisitFunctionDecl() local
375 if (auto *RawComment = VisitEnumDecl() local
490 if (auto *RawComment = VisitNamespaceDecl() local
523 if (auto *RawComment = VisitRecordDecl() local
565 if (auto *RawComment = VisitCXXRecordDecl() local
621 if (auto *RawComment = VisitCXXMethodDecl() local
682 if (auto *RawComment = VisitCXXConstructorDecl() local
714 if (auto *RawComment = VisitCXXDestructorDecl() local
747 if (auto *RawComment = VisitConceptDecl() local
772 if (auto *RawComment = VisitClassTemplateSpecializationDecl() local
806 if (auto *RawComment = VisitClassTemplatePartialSpecializationDecl() local
840 if (auto *RawComment = VisitVarTemplateDecl() local
886 if (auto *RawComment = VisitVarTemplateSpecializationDecl() local
916 if (auto *RawComment = VisitVarTemplatePartialSpecializationDecl() local
947 if (auto *RawComment = VisitFunctionTemplateDecl() local
978 if (auto *RawComment = VisitObjCInterfaceDecl() local
1026 if (auto *RawComment = VisitObjCProtocolDecl() local
1084 if (auto *RawComment = VisitTypedefNameDecl() local
1114 if (auto *RawComment = VisitObjCCategoryDecl() local
1165 if (auto *RawComment = recordEnumConstants() local
1195 if (auto *RawComment = recordRecordFields() local
1224 if (auto *RawComment = VisitFieldDecl() local
1253 if (auto *RawComment = VisitCXXConversionDecl() local
1299 if (auto *RawComment = recordObjCMethods() local
1329 if (auto *RawComment = recordObjCProperties() local
1374 if (auto *RawComment = recordObjCInstanceVariables() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function
191 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, RawComment() function
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h47 class RawComment; variable