Home
last modified time | relevance | path

Searched refs:extractBriefText (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DRawCommentList.h115 return extractBriefText(Context); in getBriefText()
188 const char *extractBriefText(const ASTContext &Context) const;
/openbsd/gnu/llvm/clang/lib/AST/
H A DRawCommentList.cpp179 const char *RawComment::extractBriefText(const ASTContext &Context) const { in extractBriefText() function in RawComment