Searched refs:AllocEnd (Results 1 – 1 of 1) sorted by relevance
1449 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end(); in FindAllocationOverload() local1450 Alloc != AllocEnd; ++Alloc) { in FindAllocationOverload()1619 DeclContext::lookup_iterator Alloc, AllocEnd; in DeclareGlobalAllocationFunction() local1620 for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Name); in DeclareGlobalAllocationFunction()1621 Alloc != AllocEnd; ++Alloc) { in DeclareGlobalAllocationFunction()