Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp195 &Ctx.getCommentCommandTraits()); in dump()
H A DTextNodeDumper.cpp65 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1133 Context.getCommentCommandTraits()); in convertCommentToHTML()
1141 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1148 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h896 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp607 Context->getCommentCommandTraits().registerCommentOptions( in updated()