Home
last modified time | relevance | path

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

/external/clang/lib/AST/
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()
DASTDumper.cpp2468 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(), in dump()
2474 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(), in dumpColor()
2489 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager()); in dumpLookups()
2530 dump(llvm::errs(), &Context.getCommentCommandTraits(), in dump()
/external/clang/tools/libclang/
DCXComment.h57 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
/external/clang/lib/Index/
DCommentToXML.cpp1136 Context.getCommentCommandTraits()); in convertCommentToHTML()
1144 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1157 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/external/clang/include/clang/AST/
DASTContext.h768 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/external/clang/lib/Frontend/
DASTUnit.cpp556 Context.getCommentCommandTraits().registerCommentOptions( in updated()