Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp189 Context.getCommentCommandTraits(), in extractBriefText()
192 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
211 Context.getCommentCommandTraits(), in parse()
216 Context.getCommentCommandTraits(), in parse()
221 Context.getCommentCommandTraits()); in parse()
H A DASTDumper.cpp216 &Ctx.getCommentCommandTraits()); in dump()
H A DTextNodeDumper.cpp66 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h928 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp639 Context->getCommentCommandTraits().registerCommentOptions( in updated()