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.h754 void addBriefComment(StringRef Comment);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp491 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
H A DSemaCodeComplete.cpp3624 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3709 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
4182 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()