Home
last modified time | relevance | path

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

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