Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp389 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
394 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
398 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
402 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
406 template <> llvm::Expected<CommentInfo *> getCommentInfo(MemberTypeInfo *I) { in getCommentInfo() function
410 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
414 template <> llvm::Expected<CommentInfo *> getCommentInfo(TypedefInfo *I) { in getCommentInfo() function
418 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumValueInfo *I) { in getCommentInfo() function
424 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { getCommentInfo() function
[all...]