Searched refs:Brief (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp420 const BlockContentComment *Brief; member in struct:__anon17570::FullCommentParts
431 Brief(NULL), Headerfile(NULL), FirstParagraph(NULL) {
455 if (!Brief && Info->IsBriefCommand) {
456 Brief = BCC;
775 if (Parts.Brief)
776 visit(Parts.Brief);
1299 if (Parts.Brief) {
1301 visit(Parts.Brief);

Completed in 107 milliseconds