Home | History | Annotate | Download | only in Sema

Lines Matching defs:Found

1661       bool found
1663 assert(found);
1664 (void)found;
2775 // We found a direct base of this type. That's what we're
2787 // We haven't found a base yet; search the class hierarchy for a
2900 // constructor's class and, if not found in that scope, are looked
2963 // If no results were found, try to correct typos.
2971 // We have found a non-static data member with a similar
2984 // We have found a direct or virtual base class with a
4173 "initializer not found in initializer list");
4351 assert(Dtor && "No dtor found for FieldClassDecl!");
4380 assert(Dtor && "No dtor found for BaseClassDecl!");
4410 assert(Dtor && "No dtor found for BaseClassDecl!");
5954 // We deliberately don't check if we found a deleted special member. We're
7409 // We found something weird. Complain about the first thing we found.
7410 NamedDecl *Found = *Result.begin();
7411 S.Diag(Found->getLocation(), diag::err_malformed_std_initializer_list);
7415 // We found some template called std::initializer_list. Now verify that it's
7792 // We found a decl with the exact signature.
8037 // If we found a local extern declaration that's not ordinarily visible,
8152 // FIXME: Pick up all the declarations if we found an overloaded function.
8303 /// scope. If an error is found, diagnoses it and returns true.
9763 // assignment operators we found. This strange dance is required when
11570 // found in the rest of this subclause do not apply to them unless
12447 // - The name of the friend is not found by simple name lookup
12451 // - If a friend function is called, its name may be found by the
12469 // The context we found the declaration in, or in which we should
12579 // Ignore things found implicitly in the wrong scope.
13701 case LookupResult::Found: