Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
HDCommentToXML.cpp92 SmallVector<const BlockContentComment *, 8> MiscBlocks; member
114 MiscBlocks.push_back(PC); in FullCommentParts()
137 MiscBlocks.push_back(BCC); in FullCommentParts()
166 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
173 MiscBlocks.push_back(VLC); in FullCommentParts()
455 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
456 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()
1059 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
1060 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()