Searched refs:getCommentInfo (Results 1 – 1 of 1) sorted by relevance
333 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function338 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function343 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function348 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function353 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function358 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function364 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function365 return getCommentInfo(I.get()); in getCommentInfo()586 auto Comment = getCommentInfo(I); in readSubBlock()