OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BriefComment
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Sema/
CodeCompleteConsumer.cpp
198
const char *
BriefComment
)
201
ParentName(ParentName),
BriefComment
(
BriefComment
)
342
ParentKind, ParentName,
BriefComment
);
399
BriefComment
= Allocator.CopyString(Comment);
485
if (const char *
BriefComment
= CCS->getBriefComment())
486
OS << " : " <<
BriefComment
;
/external/clang/include/clang/Sema/
CodeCompleteConsumer.h
451
const char *
BriefComment
;
460
const char *
BriefComment
);
504
return
BriefComment
;
582
const char *
BriefComment
;
594
ParentKind(CXCursor_NotImplemented),
BriefComment
(NULL) { }
601
ParentKind(CXCursor_NotImplemented),
BriefComment
(NULL) { }
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
520
CXString
BriefComment
;
529
BriefComment
= clang_Cursor_getBriefCommentText(Cursor);
530
BriefCommentCString = clang_getCString(
BriefComment
);
532
PrintCStringWithPrefix("
BriefComment
", BriefCommentCString);
533
clang_disposeString(
BriefComment
);
[
all
...]
Completed in 1578 milliseconds