Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp189 Context.getCommentCommandTraits(), in extractBriefText()
192 comments::BriefParser P(L, Context.getCommentCommandTraits()); in extractBriefText()
211 Context.getCommentCommandTraits(), in parse()
216 Context.getCommentCommandTraits(), in parse()
221 Context.getCommentCommandTraits()); in parse()
H A DASTDumper.cpp215 &Ctx.getCommentCommandTraits()); in dump()
H A DTextNodeDumper.cpp65 Traits(&Context.getCommentCommandTraits()) {} in TextNodeDumper()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXComment.h56 return getASTContext(CXC).getCommentCommandTraits(); in getCommandTraits()
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp1133 Context.getCommentCommandTraits()); in convertCommentToHTML()
1141 Context.getCommentCommandTraits()); in convertHTMLTagNodeToText()
1148 CommentASTToXMLConverter Converter(FC, XML, Context.getCommentCommandTraits(), in convertCommentToXML()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h922 comments::CommandTraits &getCommentCommandTraits() const { in getCommentCommandTraits() function
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp635 Context->getCommentCommandTraits().registerCommentOptions( in updated()