Searched refs:setOperatorLoc (Results 1 – 4 of 4) sorted by relevance
1700 void setOperatorLoc(SourceLocation L) { Loc = L; } in setOperatorLoc() function1910 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2042 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function2938 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
712 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()725 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()770 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()1108 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
552 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryOperator()561 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitOffsetOfExpr()606 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitUnaryExprOrTypeTraitExpr()686 E->setOperatorLoc(ReadSourceLocation(Record, Idx)); in VisitBinaryOperator()
2145 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function2410 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function2552 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function3769 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function