Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp187 Context.getCommentCommandTraits(), in extractBriefText()
190 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
209 Context.getCommentCommandTraits(), in parse()
214 Context.getCommentCommandTraits(), in parse()
219 Context.getCommentCommandTraits()); in parse()
H A DASTDumper.cpp227 &Ctx.getCommentCommandTraits()); in dump()
H A DTextNodeDumper.cpp68 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1150 Context.getCommentCommandTraits()); in convertCommentToHTML()
1158 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1165 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp650 Context->getCommentCommandTraits().registerCommentOptions( in updated()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1050 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function