Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DRawCommentList.h111 const char *getBriefText(const ASTContext &Context) const { in getBriefText() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp3365 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3443 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
3901 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8672 StringRef BriefText = RC->getBriefText(Context); in clang_Cursor_getBriefCommentText()