Home | History | Annotate | Download | only in Sema

Lines Matching defs:Hint

1555         // Give a code modification hint to insert 'this->'.
5293 /// SuggestParentheses - Emit a note with a fixit hint that wraps
8594 /// Emit a diagnostic together with a fixit hint that wraps the '&' expression
8609 /// Emit a diagnostic together with a fixit hint that wraps the '&&' expression
9854 Expr *SrcExpr, FixItHint &Hint) {
9882 Hint = FixItHint::CreateInsertion(SL->getLocStart(), "@");
9897 FixItHint Hint;
9918 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint);
9922 if (Hint.isNull() && !CheckInferredResultType) {
10020 assert(ConvHints.isNull() || Hint.isNull());
10026 FDiag << Hint;