OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BriefComment
(Results
1 - 4
of
4
) sorted by null
/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/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
;
SemaCodeComplete.cpp
[
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 548 milliseconds