Searched defs:getCommentInfo (Results 1 – 1 of 1) sorted by relevance
328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function