Home | History | Annotate | Download | only in Sema

Lines Matching refs:Con

3208       DeclContext::lookup_const_iterator Con, ConEnd;
3209 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3210 Con != ConEnd; ++Con) {
3214 if (isa<FunctionTemplateDecl>(*Con))
3216 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
3247 DeclContext::lookup_const_iterator Con, ConEnd;
3248 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
3249 Con != ConEnd; ++Con) {
3251 if (isa<FunctionTemplateDecl>(*Con))
3253 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);