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)
337 ParentName, BriefComment);
392 BriefComment = Allocator.CopyString(Comment);
452 if (const char *BriefComment = CCS->getBriefComment())
453 OS << " : " << BriefComment;
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 442 const char *BriefComment;
451 const char *BriefComment);
490 return BriefComment;
554 const char *BriefComment;
566 BriefComment(nullptr) { }
573 BriefComment(nullptr) { }
615 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 606 CXString BriefComment;
615 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
616 BriefCommentCString = clang_getCString(BriefComment);
618 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
619 clang_disposeString(BriefComment);
    [all...]

Completed in 64 milliseconds