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

/external/clang/include/clang/AST/
H A DRawCommentList.h116 return BriefText;
129 mutable const char *BriefText; member in class:clang::RawComment
132 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
/external/clang/lib/AST/
H A DRawCommentList.cpp137 BriefText = BriefTextPtr;
/external/clang/tools/libclang/
H A DCIndex.cpp6396 StringRef BriefText = RC->getBriefText(Context);
6400 return cxstring::createRef(BriefText);

Completed in 92 milliseconds