Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h115 return extractBriefText(Context); in getBriefText()
173 const char *extractBriefText(const ASTContext &Context) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp178 const char *RawComment::extractBriefText(const ASTContext &Context) const { in extractBriefText() function in RawComment