Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h118 return extractBriefText(Context); in getBriefText()
158 const char *extractBriefText(const ASTContext &Context) const;
/external/clang/lib/AST/
DRawCommentList.cpp177 const char *RawComment::extractBriefText(const ASTContext &Context) const { in extractBriefText() function in RawComment