Searched refs:setOperatorLoc (Results 1 – 3 of 3) sorted by relevance
726 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()739 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()784 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()1136 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
2209 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2475 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2618 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function3853 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function
7606 UO->setOperatorLoc(ToOperatorLoc); in VisitUnaryOperator()