Searched refs:getCommentCommandTraits (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.h57 return getASTContext(CXC).getCommentCommandTraits();
/external/clang/lib/AST/
H A DRawCommentList.cpp146 comments::Lexer L(Allocator, Context.getCommentCommandTraits(),
149 comments::BriefParser P(L, Context.getCommentCommandTraits());
166 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(),
171 Context.getCommentCommandTraits());
175 Context.getCommentCommandTraits());
H A DComment.cpp45 dump(llvm::errs(), &Context.getCommentCommandTraits(),
/external/clang/include/clang/AST/
H A DASTContext.h537 comments::CommandTraits &getCommentCommandTraits() const { function in class:clang::ASTContext

Completed in 73 milliseconds