Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DCodeCompleteConsumer.h491 const char *getBriefComment() const { in getBriefComment() function
617 const char *getBriefComment() const { return BriefComment; }
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp452 if (const char *BriefComment = CCS->getBriefComment()) in ProcessCodeCompleteResults()
DSemaCodeComplete.cpp2623 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
2628 Pattern->BriefComment = Result.getBriefComment(); in CreateCodeCompletionString()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp239 return cxstring::createRef(CCStr->getBriefComment()); in clang_getCompletionBriefComment()