Home | History | Annotate | Download | only in Sema

Lines Matching defs:Hint

1498         // Give a code modification hint to insert 'this->'.
5155 /// SuggestParentheses - Emit a note with a fixit hint that wraps
8416 /// Emit a diagnostic together with a fixit hint that wraps the '&' expression
8430 /// Emit a diagnostic together with a fixit hint that wraps the '&&' expression
9617 Expr *SrcExpr, FixItHint &Hint) {
9645 Hint = FixItHint::CreateInsertion(SL->getLocStart(), "@");
9660 FixItHint Hint;
9681 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint);
9685 if (Hint.isNull() && !CheckInferredResultType) {
9783 assert(ConvHints.isNull() || Hint.isNull());
9789 FDiag << Hint;