Lines Matching refs:Con
3494 for (DeclContext::lookup_const_iterator Con = R.begin(),
3495 ConEnd = R.end(); Con != ConEnd; ++Con) {
3499 if (isa<FunctionTemplateDecl>(*Con))
3501 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3534 for (DeclContext::lookup_const_iterator Con = R.begin(),
3535 ConEnd = R.end(); Con != ConEnd; ++Con) {
3537 if (isa<FunctionTemplateDecl>(*Con))
3539 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);