Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h753 void addBriefComment(StringRef Comment);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp495 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
H A DSemaCodeComplete.cpp3462 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3540 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
4013 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()