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

  /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/lib/Sema/
CodeCompleteConsumer.cpp 196 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;
SemaCodeComplete.cpp     [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 43 milliseconds