Home | History | Annotate | Download | only in Sema

Lines Matching full:diagrange

7178   SourceRange DiagRange(LHSExpr->getLocStart(), RHSExpr->getLocEnd());
7180 << DiagRange << IndexExpr->IgnoreImpCasts()->getType();
7219 SourceRange DiagRange(LHSExpr->getLocStart(), RHSExpr->getLocEnd());
7226 << DiagRange << Ctx.CharTy;
7229 << DiagRange << CharExpr->getType();
9500 SourceRange DiagRange = isLeftComp ? SourceRange(LHSExpr->getLocStart(),
9509 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;