Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DRawCommentList.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()
H A DASTDumper.cpp2220 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(), in dump()
2226 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(), in dumpColor()
2241 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager()); in dumpLookups()
2277 dump(llvm::errs(), &Context.getCommentCommandTraits(), in dump()
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXComment.h57 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp1140 Context.getCommentCommandTraits()); in convertCommentToHTML()
1148 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1161 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DASTContext.h685 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp567 Context.getCommentCommandTraits().registerCommentOptions( in updated()