Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h641 const char *getBriefComment() const { in getBriefComment() function
754 const char *getBriefComment() const { return BriefComment; } in getBriefComment() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp680 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3469 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()