Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h626 const char *getBriefComment() const { in getBriefComment() function
739 const char *getBriefComment() const { return BriefComment; } in getBriefComment() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp569 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults()
H A DSemaCodeComplete.cpp3359 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp237 return cxstring::createRef(CCStr->getBriefComment()); in clang_getCompletionBriefComment()