Searched refs:setOperatorLoc (Results 1 – 3 of 3) sorted by relevance
734 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()747 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()792 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()1147 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
2288 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2559 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2697 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function4009 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function
8056 UO->setOperatorLoc(ToOperatorLoc); in VisitUnaryOperator()