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

/external/clang/tools/libclang/
H A DCXComment.h57 return getASTContext(CXC).getCommentCommandTraits();
/external/clang/lib/AST/
H A DRawCommentList.cpp128 Context.getCommentCommandTraits(),
131 comments::BriefParser P(L, Context.getCommentCommandTraits());
150 Context.getCommentCommandTraits(),
155 Context.getCommentCommandTraits(),
160 Context.getCommentCommandTraits());
H A DASTDumper.cpp2152 ASTDumper P(OS, &getASTContext().getCommentCommandTraits(),
2158 ASTDumper P(llvm::errs(), &getASTContext().getCommentCommandTraits(),
2172 ASTDumper P(OS, &Ctx.getCommentCommandTraits(), &Ctx.getSourceManager());
2208 dump(llvm::errs(), &Context.getCommentCommandTraits(),
/external/clang/include/clang/AST/
H A DASTContext.h669 comments::CommandTraits &getCommentCommandTraits() const { function in class:clang::ASTContext
/external/clang/lib/Frontend/
H A DASTUnit.cpp564 Context.getCommentCommandTraits().registerCommentOptions(

Completed in 274 milliseconds