HomeSort by: relevance | last modified time | path
    Searched refs:BriefText (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 113 return BriefText;
150 mutable const char *BriefText;
153 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 197 BriefText = BriefTextPtr;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 8415 StringRef BriefText = RC->getBriefText(Context);
8419 return cxstring::createRef(BriefText);

Completed in 24 milliseconds