Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp81 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl() local
141 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl() local
186 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl() local
229 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl() local
264 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl() local
309 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl() local
346 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl() local
370 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl() local
406 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants() local
433 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields() local
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h45 RawComment() : Kind(RCK_Invalid), IsAlmostTrailingComment(false) { } in RawComment() function
179 RawComment(SourceRange SR, CommentKind K, bool IsTrailingComment, in RawComment() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp110 RawComment::RawComment(const SourceManager &SourceMgr, SourceRange SR, in RawComment() function in RawComment
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h47 class RawComment; variable
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c693 CXString RawComment; in PrintCursorComments() local