Home | History | Annotate | Download | only in Sema

Lines Matching refs:Con

2477     DeclContext::lookup_iterator Con, ConEnd;
2478 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(T1RecordDecl);
2479 Con != ConEnd; ++Con) {
2480 NamedDecl *D = *Con;
2914 DeclContext::lookup_iterator Con, ConEnd;
2915 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(DestRecordDecl);
2916 Con != ConEnd; ++Con) {
2917 NamedDecl *D = *Con;
3092 DeclContext::lookup_iterator Con, ConEnd;
3093 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(DestRecordDecl);
3094 Con != ConEnd; ++Con) {
3095 NamedDecl *D = *Con;
3752 DeclContext::lookup_iterator Con, ConEnd;
3754 for (llvm::tie(Con, ConEnd) = S.LookupConstructors(Class);
3755 Con != ConEnd; ++Con) {
3761 if ((Constructor = dyn_cast<CXXConstructorDecl>(*Con))) {
3776 FunctionTemplateDecl *ConstructorTmpl = cast<FunctionTemplateDecl>(*Con);