Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp724 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
737 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
782 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1119 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2202 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2467 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2610 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3838 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function