Home
last modified time | relevance | path

Searched refs:setOperatorLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp709 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
722 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
767 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1104 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2215 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2480 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2623 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3849 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function