Searched refs:setOperatorLoc (Results 1 – 2 of 2) sorted by relevance
657 E->setOperatorLoc(ReadSourceLocation()); in VisitUnaryOperator()667 E->setOperatorLoc(ReadSourceLocation()); in VisitOffsetOfExpr()712 E->setOperatorLoc(ReadSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()794 E->setOperatorLoc(ReadSourceLocation()); in VisitBinaryOperator()
1931 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2153 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2290 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function3325 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function