Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp82 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitVarDecl()
142 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
187 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
230 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitRecordDecl()
265 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCInterfaceDecl()
310 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCProtocolDecl()
347 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitTypedefNameDecl()
371 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitObjCCategoryDecl()
407 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordEnumConstants()
434 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in recordStructFields()
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h154 std::vector<CommentLine> getFormattedLines(const SourceManager &SourceMgr,
/openbsd/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp368 getFormattedLines(SourceMgr, Diags)) in getFormattedText()
378 RawComment::getFormattedLines(const SourceManager &SourceMgr, in getFormattedLines() function in RawComment