Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRawCommentList.h111 const char *getBriefText(const ASTContext &Context) const { in getBriefText() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp3468 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3546 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
4019 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()