Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h292 if (auto *RawComment = in VisitVarDecl() local
365 if (auto *RawComment = in VisitFunctionDecl() local
402 if (auto *RawComment = in VisitEnumDecl() local
533 if (auto *RawComment = in VisitNamespaceDecl() local
566 if (auto *RawComment = in VisitRecordDecl() local
607 if (auto *RawComment = in VisitCXXRecordDecl() local
660 if (auto *RawComment = in VisitCXXMethodDecl() local
721 if (auto *RawComment = in VisitCXXConstructorDecl() local
755 if (auto *RawComment = in VisitCXXDestructorDecl() local
786 if (auto *RawComment = in VisitConceptDecl() local
[all …]
/freebsd/contrib/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
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h47 class RawComment; variable