Searched refs:BEnd (Results 1 – 7 of 7) sorted by relevance
1146 BEnd = bases_end(); in mayBeAbstract() local1147 B != BEnd; ++B) { in mayBeAbstract()
881 BEnd = BasePath.end(); in BasePathInvolvesVirtualBase() local882 B != BEnd; ++B) in BasePathInvolvesVirtualBase()5888 BEnd = ClassDecl->bases_end(); in ComputeDefaultedDefaultCtorExceptionSpec() local5889 B != BEnd; ++B) { in ComputeDefaultedDefaultCtorExceptionSpec()5905 BEnd = ClassDecl->vbases_end(); in ComputeDefaultedDefaultCtorExceptionSpec() local5906 B != BEnd; ++B) { in ComputeDefaultedDefaultCtorExceptionSpec()6263 BEnd = ClassDecl->bases_end(); in ComputeDefaultedDtorExceptionSpec() local6264 B != BEnd; ++B) { in ComputeDefaultedDtorExceptionSpec()6275 BEnd = ClassDecl->vbases_end(); in ComputeDefaultedDtorExceptionSpec() local6276 B != BEnd; ++B) { in ComputeDefaultedDtorExceptionSpec()
2708 BEnd = Record->bases_end(); in LookupVisibleDecls() local2709 B != BEnd; ++B) { in LookupVisibleDecls()
4868 for (CompoundStmt::body_iterator B = S->body_begin(), BEnd = S->body_end(); in TransformCompoundStmt() local4869 B != BEnd; ++B) { in TransformCompoundStmt()
8195 for (CXXBasePath::iterator B = Path.begin(), BEnd = Path.end(); in BuildBuiltinOffsetOf() local8196 B != BEnd; ++B) in BuildBuiltinOffsetOf()
3863 *BEnd = CXXBaseSpecifiersToWrite[I].BasesEnd; in FlushCXXBaseSpecifiers() local3864 Record.push_back(BEnd - B); in FlushCXXBaseSpecifiers()3865 for (; B != BEnd; ++B) in FlushCXXBaseSpecifiers()
3169 for (CFGBlock::const_iterator BI = (*I)->begin(), BEnd = (*I)->end() ; in StmtPrinterHelper() local3170 BI != BEnd; ++BI, ++j ) { in StmtPrinterHelper()