Lines Matching defs:diagnose
1233 // overload; if it doesn't, we'll have to diagnose during
6125 // expression. We'll diagnose this in a moment.
6133 // Don't diagnose array bound narrowing here; we produce more precise
6144 // FIXME: It would be better to diagnose that the expression is not a
6448 // instantiate it later, but can further diagnose here.
6541 /// \param Converter Used to control and diagnose the conversion process.
6585 void diagnose(Sema &S, SourceLocation Loc, QualType T) override {
10380 // We diagnose this as an extension from CreateOverloadedBinOp.
11060 // expensive and we'd rather not try to diagnose it.
11178 // TODO: detect and diagnose the full richness of const mismatches.
11736 // TODO: diagnose these individually, then kill off
11763 /// CUDA: diagnose an invalid call across targets.
12011 // those conditions and diagnose them well.
12797 // We'll diagnose this due to an empty set of functions.
13082 // We have some deduction failure messages. Use them to diagnose
13083 // the function templates, and diagnose the non-template candidates
13710 /// * Do not diagnose, do not recover, and return ExprResult(). The caller is
13711 /// expected to diagnose as appropriate.
13768 // We had viable candidates and couldn't recover; let the caller diagnose
14895 // synthesize a three-way comparison. Let the caller diagnose this.