Home
last modified time | relevance | path

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

/src/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.cpp228 &Ctx.getCommentCommandTraits()); in dump()
H A DTextNodeDumper.cpp67 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/src/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp1151 Context.getCommentCommandTraits()); in convertCommentToHTML()
1159 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1166 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h957 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/src/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp650 Context->getCommentCommandTraits().registerCommentOptions( in updated()