Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h755 void addBriefComment(StringRef Comment);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp495 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
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()