Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp714 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
727 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
772 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1109 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2147 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2412 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2554 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3771 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function