HomeSort by relevance Sort by last modified time
    Searched defs:BriefComment (Results 1 - 11 of 11) 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 444 const char *BriefComment;
453 const char *BriefComment);
492 return BriefComment;
556 const char *BriefComment;
568 BriefComment(nullptr) { }
575 BriefComment(nullptr) { }
617 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
CodeCompleteConsumer.h 448 const char *BriefComment;
457 const char *BriefComment);
496 return BriefComment;
555 const char *BriefComment;
567 BriefComment(nullptr) { }
574 BriefComment(nullptr) { }
616 const char *getBriefComment() const { return BriefComment; }
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 610 CXString BriefComment;
619 BriefComment = clang_Cursor_getBriefCommentText(Cursor);
620 BriefCommentCString = clang_getCString(BriefComment);
622 PrintCStringWithPrefix("BriefComment", BriefCommentCString);
623 clang_disposeString(BriefComment);
    [all...]

Completed in 88 milliseconds