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 197 const char *BriefComment)
200 ParentName(ParentName), BriefComment(BriefComment)
341 ParentName, BriefComment);
396 BriefComment = Allocator.CopyString(Comment);
455 if (const char *BriefComment = CCS->getBriefComment())
456 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(NULL) { }
585 BriefComment(NULL) { }
627 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 526 CXString BriefComment;
535 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
536 BriefCommentCString = clang_getCString(BriefComment);
538 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
539 clang_disposeString(BriefComment);
    [all...]

Completed in 150 milliseconds