HomeSort by relevance Sort by last modified time
    Searched defs:BriefComment (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 196 const char *BriefComment)
199 ParentName(ParentName), BriefComment(BriefComment)
340 ParentName, BriefComment);
395 BriefComment = Allocator.CopyString(Comment);
454 if (const char *BriefComment = CCS->getBriefComment())
455 OS << " : " << BriefComment;
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 441 const char *BriefComment;
450 const char *BriefComment);
489 return BriefComment;
566 const char *BriefComment;
578 BriefComment(nullptr) { }
585 BriefComment(nullptr) { }
627 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 593 CXString BriefComment;
602 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
603 BriefCommentCString = clang_getCString(BriefComment);
605 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
606 clang_disposeString(BriefComment);
    [all...]

Completed in 96 milliseconds