Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h617 const char *getBriefComment() const { in getBriefComment() function
738 const char *getBriefComment() const { return BriefComment; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp571 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp2940 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()