Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DCodeCompletionStringsTests.cpp48 Builder.addBriefComment("This is ignored"); in TEST_F()
54 Builder.addBriefComment("This is ignored"); in TEST_F()
87 Builder.addBriefComment("This comment is ignored"); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h746 void addBriefComment(StringRef Comment);
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp489 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
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()