Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp64 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.h56 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h871 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp607 Context->getCommentCommandTraits().registerCommentOptions( in updated()