Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h740 void addBriefComment(StringRef Comment);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp478 void CodeCompletionBuilder::addBriefComment(StringRef Comment) { in addBriefComment() function in CodeCompletionBuilder
H A DSemaCodeComplete.cpp3358 Result.addBriefComment(RC->getBriefText(Ctx)); in CreateCodeCompletionString()
3436 Result.addBriefComment(RC->getBriefText(Ctx)); in createCodeCompletionStringForDecl()
3792 Result.addBriefComment(RC->getBriefText(S.getASTContext())); in CreateSignatureString()