Searched refs:BriefComment (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h442 const char *BriefComment; member in class:clang::CodeCompletionString
451 const char *BriefComment);
490 return BriefComment;
554 const char *BriefComment;
566 BriefComment(nullptr) { }
573 BriefComment(nullptr) { }
615 const char *getBriefComment() const { return BriefComment; }
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp196 const char *BriefComment)
199 ParentName(ParentName), BriefComment(BriefComment)
337 ParentName, BriefComment);
392 BriefComment = Allocator.CopyString(Comment);
451 if (const char *BriefComment = CCS->getBriefComment())
452 OS << " : " << BriefComment; local
189 CodeCompletionString(const Chunk *Chunks, unsigned NumChunks, unsigned Priority, CXAvailabilityKind Availability, const char **Annotations, unsigned NumAnnotations, StringRef ParentName, const char *BriefComment) argument
H A DSemaCodeComplete.cpp2559 Pattern->BriefComment = Result.getBriefComment();
2564 Pattern->BriefComment = Result.getBriefComment();
/external/clang/tools/c-index-test/
H A Dc-index-test.c593 CXString BriefComment; local
602 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
603 BriefCommentCString = clang_getCString(BriefComment);
605 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
606 clang_disposeString(BriefComment);
1896 CXString BriefComment; local
1950 BriefComment = clang_getCompletionBriefComment(
1952 BriefCommentCString = clang_getCString(BriefComment);
1956 clang_disposeString(BriefComment);

Completed in 127 milliseconds