Home | History | Annotate | Download | only in Sema

Lines Matching defs:Hint

1394         // Give a code modification hint to insert 'this->'.
4968 /// SuggestParentheses - Emit a note with a fixit hint that wraps
8074 /// Emit a diagnostic together with a fixit hint that wraps the '&' expression
8088 /// Emit a diagnostic together with a fixit hint that wraps the '&&' expression
9245 Expr *SrcExpr, FixItHint &Hint) {
9273 Hint = FixItHint::CreateInsertion(SL->getLocStart(), "@");
9288 FixItHint Hint;
9306 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint);
9310 if (Hint.isNull() && !CheckInferredResultType) {
9408 assert(ConvHints.isNull() || Hint.isNull());
9414 FDiag << Hint;