Home
last modified time | relevance | path

Searched refs:getFormattedLines (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp271 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
332 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
372 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
413 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
448 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
494 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
531 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
555 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
624 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
651 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h154 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
/llvm-project-15.0.7/clang/lib/AST/
H A DRawCommentList.cpp368 getFormattedLines(SourceMgr, Diags)) in getFormattedText()
378 RawComment::getFormattedLines(const SourceManager &SourceMgr, in getFormattedLines() function in RawComment