Home | History | Annotate | Download | only in Sema

Lines Matching refs:Con

3167       DeclContext::lookup_const_iterator Con, ConEnd;
3168 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3169 Con != ConEnd; ++Con) {
3173 if (isa<FunctionTemplateDecl>(*Con))
3175 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3208 DeclContext::lookup_const_iterator Con, ConEnd;
3209 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3210 Con != ConEnd; ++Con) {
3212 if (isa<FunctionTemplateDecl>(*Con))
3214 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);