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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp94 SmallVector<const BlockContentComment *, 8> MiscBlocks; member in struct:__anon3915::FullCommentParts
116 MiscBlocks.push_back(PC);
139 MiscBlocks.push_back(BCC);
168 MiscBlocks.push_back(cast<BlockCommandComment>(Child));
175 MiscBlocks.push_back(VLC);
456 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) {
457 const Comment *C = Parts.MiscBlocks[i];
1065 for (unsigned i = 0, e = Parts.MiscBlocks.size(); i != e; ++i) {
1066 const Comment *C = Parts.MiscBlocks[i];

Completed in 44 milliseconds