Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp657 E->setOperatorLoc(ReadSourceLocation()); in VisitUnaryOperator()
667 E->setOperatorLoc(ReadSourceLocation()); in VisitOffsetOfExpr()
712 E->setOperatorLoc(ReadSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
794 E->setOperatorLoc(ReadSourceLocation()); in VisitBinaryOperator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1931 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2153 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2290 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3325 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function