Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDRawCommentList.cpp128 Context.getCommentCommandTraits(), in extractBriefText()
131 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
150 Context.getCommentCommandTraits(), in parse()
155 Context.getCommentCommandTraits(), in parse()
160 Context.getCommentCommandTraits()); in parse()
HDASTDumper.cpp2306 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(), in dump()
2312 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(), in dumpColor()
2327 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager()); in dumpLookups()
2368 dump(llvm::errs(), &Context.getCommentCommandTraits(), in dump()
/NextBSD/contrib/llvm/tools/clang/lib/Index/
HDCommentToXML.cpp1140 Context.getCommentCommandTraits()); in convertCommentToHTML()
1148 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1161 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h697 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp555 Context.getCommentCommandTraits().registerCommentOptions( in updated()