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()1133 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
2238 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2509 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2652 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function3902 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function
7708 UO->setOperatorLoc(ToOperatorLoc); in VisitUnaryOperator()