HomeSort by relevance Sort by last modified time
    Searched refs: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 449 const char *BriefComment;
458 const char *BriefComment);
497 return BriefComment;
574 const char *BriefComment;
586 BriefComment(NULL) { }
593 BriefComment(NULL) { }
    [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 160 milliseconds