Home | History | Annotate | Download | only in AST

Lines Matching refs:ConEnd

378   DeclContext::lookup_const_iterator Con, ConEnd;
379 for (llvm::tie(Con, ConEnd) = this->lookup(ConstructorName);
380 Con != ConEnd; ++Con) {