Home | History | Annotate | Download | only in AST

Lines Matching full:blocks

1077   ArrayRef<BlockContentComment *> Blocks;
1081 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) :
1083 Blocks(Blocks), ThisDeclInfo(D) {
1084 if (Blocks.empty())
1087 setSourceRange(SourceRange(Blocks.front()->getLocStart(),
1088 Blocks.back()->getLocEnd()));
1089 setLocation(Blocks.front()->getLocStart());
1097 return reinterpret_cast<child_iterator>(Blocks.begin());
1101 return reinterpret_cast<child_iterator>(Blocks.end());
1114 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; }