Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h631 const char *getBriefComment() const { in getBriefComment() function
744 const char *getBriefComment() const { return BriefComment; } in getBriefComment() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp673 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3401 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp237 return cxstring::createRef(CCStr->getBriefComment()); in clang_getCompletionBriefComment()