Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp710 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
723 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
768 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1110 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2226 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2491 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2634 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3856 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function