Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DRawCommentList.h114 const char *getBriefText(const ASTContext &Context) const { in getBriefText() function
/external/clang/lib/Sema/
DSemaCodeComplete.cpp2610 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2615 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2679 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2685 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2969 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()
/external/clang/tools/libclang/
DCIndex.cpp6954 StringRef BriefText = RC->getBriefText(Context); in clang_Cursor_getBriefCommentText()