Home | History | Annotate | Download | only in Sema

Lines Matching refs:Begin

59   const SourceLocation Begin = FullExpr->getSourceRange().getBegin();
98 S, Begin, VK_LValue);
109 CharSourceRange::getTokenRange(Begin, Begin)));
112 Hints.push_back(FixItHint::CreateInsertion(Begin, "*("));
115 Hints.push_back(FixItHint::CreateInsertion(Begin, "*"));
136 S, Begin, VK_RValue);
143 CharSourceRange::getTokenRange(Begin, Begin)));
146 Hints.push_back(FixItHint::CreateInsertion(Begin, "&("));
149 Hints.push_back(FixItHint::CreateInsertion(Begin, "&"));