Searched refs:RhsLoc (Results 1 – 2 of 2) sorted by relevance
746 static void assertEqualBitWidths(ProgramStateRef State, Loc RhsLoc, in assertEqualBitWidths() argument751 RhsLoc.getType(Ctx).isNull() ? 0 : Ctx.getTypeSize(RhsLoc.getType(Ctx)); in assertEqualBitWidths()755 (LhsLoc.getSubKind() == RhsLoc.getSubKind())) { in assertEqualBitWidths()
849 SourceLocation RhsLoc = RhsExpr->getExprLoc(); in areExprsMacroAndNonMacro() local851 return LhsLoc.isMacroID() != RhsLoc.isMacroID(); in areExprsMacroAndNonMacro()