Home | History | Annotate | Download | only in Sema

Lines Matching defs:Ambiguous

311   assert(ResultKind != Ambiguous || Decls.size() > 1 ||
314 assert((Paths != NULL) == (ResultKind == Ambiguous &&
345 // Don't do any extra resolution if we've already resolved as ambiguous.
346 if (ResultKind == Ambiguous) return;
351 bool Ambiguous = false;
391 Ambiguous = true;
401 Ambiguous = true;
416 if (HideTags && HasTag && !Ambiguous &&
422 Ambiguous = true;
428 Ambiguous = true;
430 if (Ambiguous)
466 if (isAmbiguous()) Out << ", ambiguous";
1475 // this lookup is ambiguous.
1511 // subobjects. Name lookup is ambiguous.
1547 /// @returns True if any decls were found (but possibly ambiguous)
1582 /// @param Result The ambiguous name lookup result.
1596 assert(Result.isAmbiguous() && "Lookup result must be ambiguous");
2152 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous");
2773 // a particular member would be ambiguous. For example, given
3714 case LookupResult::Ambiguous:
3780 case LookupResult::Ambiguous: