Lines Matching defs:Unresolved
5743 QualType Unresolved = E->getType();
5745 if (const auto *DNT = Unresolved->getAs<DependentNameType>()) {
5753 if (!Unresolved->isSpecificBuiltinType(BuiltinType::Dependent)) {
5754 AutoType *Auto = Unresolved->getContainedAutoType();
5756 return Unresolved;
5765 return Unresolved;
5775 // Unresolved call: try to guess the return type.
5792 return Unresolved; // Multiple candidates.
5836 // supposed to have a pointee. Fall through to Unresolved anyway.
5839 return Unresolved;