Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp726 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
739 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
784 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1136 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2209 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2475 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2618 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3853 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7606 UO->setOperatorLoc(ToOperatorLoc); in VisitUnaryOperator()