Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/unittests/
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()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp391 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
DSemaCodeComplete.cpp2622 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2627 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2691 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2697 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
2981 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()
/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h618 void addBriefComment(StringRef Comment);
/external/llvm-project/clang/include/clang/Sema/
DCodeCompleteConsumer.h740 void addBriefComment(StringRef Comment);
/external/llvm-project/clang/lib/Sema/
DCodeCompleteConsumer.cpp478 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
DSemaCodeComplete.cpp3306 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3384 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
3738 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()