Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp146 comments::Lexer L(Allocator, Context.getCommentCommandTraits(), in extractBriefText()
149 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
167 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(), in parse()
172 Context.getCommentCommandTraits(), in parse()
177 Context.getCommentCommandTraits()); in parse()
DASTDumper.cpp1939 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(), in dump()
1945 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(), in dumpColor()
1981 dump(llvm::errs(), &Context.getCommentCommandTraits(), in dump()
/external/clang/tools/libclang/
DCXComment.h56 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
/external/clang/include/clang/AST/
DASTContext.h591 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/external/clang/lib/Frontend/
DASTUnit.cpp579 Context.getCommentCommandTraits().registerCommentOptions( in updated()