Home | History | Annotate | Download | only in Sema

Lines Matching defs:Con

2871       DeclContext::lookup_const_iterator Con, ConEnd;
2872 for (llvm::tie(Con
2873 Con != ConEnd; ++Con) {
2877 if (isa<FunctionTemplateDecl>(*Con))
2879 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);
2909 DeclContext::lookup_const_iterator Con, ConEnd;
2910 for (llvm::tie(Con, ConEnd) = Self.LookupConstructors(RD);
2911 Con != ConEnd; ++Con) {
2913 if (isa<FunctionTemplateDecl>(*Con))
2915 CXXConstructorDecl *Constructor = cast<CXXConstructorDecl>(*Con);