Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp95 SmallVector<const BlockContentComment *, 8> MiscBlocks; member
117 MiscBlocks.push_back(PC); in FullCommentParts()
140 MiscBlocks.push_back(BCC); in FullCommentParts()
169 MiscBlocks.push_back(cast<BlockCommandComment>(Child)); in FullCommentParts()
176 MiscBlocks.push_back(VLC); in FullCommentParts()
458 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
459 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()
1079 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) { in visitFullComment()
1080 const Comment *C = Parts.MiscBlocks[i]; in visitFullComment()