Searched refs:getCommentCommandTraits (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/AST/ |
D | RawCommentList.cpp | 146 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()
|
D | ASTDumper.cpp | 1939 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/ |
D | CXComment.h | 56 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 591 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 579 Context.getCommentCommandTraits().registerCommentOptions( in updated()
|