Home
last modified time | relevance | path

Searched refs:MiscBlocks (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Index/
DCommentToXML.cpp94 SmallVector<const BlockContentComment *, 8> MiscBlocks; member
116 MiscBlocks.push_back(PC); in FullCommentParts()
139 MiscBlocks.push_back(BCC); in FullCommentParts()
168 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
175 MiscBlocks.push_back(VLC); in FullCommentParts()
456 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
457 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()
1065 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
1066 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()