Home
last modified time | relevance | path

Searched refs:getCommentCommandTraits (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DRawCommentList.cpp188 Context.getCommentCommandTraits(), in extractBriefText()
191 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
210 Context.getCommentCommandTraits(), in parse()
215 Context.getCommentCommandTraits(), in parse()
220 Context.getCommentCommandTraits()); in parse()
H A DASTDumper.cpp1572 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &SM, in dump()
1580 ASTDumper P(llvm::errs(), &Ctx.getCommentCommandTraits(), in dumpColor()
1598 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager(), in dumpLookups()
1641 dump(llvm::errs(), &Context.getCommentCommandTraits(), in dump()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp1127 Context.getCommentCommandTraits()); in convertCommentToHTML()
1135 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1142 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h875 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp606 Context->getCommentCommandTraits().registerCommentOptions( in updated()