Home
last modified time | relevance | path

Searched refs:BriefText (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DRawCommentList.h113 return BriefText; in getBriefText()
150 mutable const char *BriefText; variable
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DRawCommentList.cpp197 BriefText = BriefTextPtr; in extractBriefText()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8415 StringRef BriefText = RC->getBriefText(Context); in clang_Cursor_getBriefCommentText() local
8419 return cxstring::createRef(BriefText); in clang_Cursor_getBriefCommentText()