Searched refs:setOperatorLoc (Results 1 – 2 of 2) sorted by relevance
714 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()727 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()772 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()1109 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
2147 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2412 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2554 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function3771 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function