Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp734 E->setOperatorLoc(readSourceLocation()); in VisitUnaryOperator()
747 E->setOperatorLoc(readSourceLocation()); in VisitOffsetOfExpr()
792 E->setOperatorLoc(readSourceLocation()); in VisitUnaryExprOrTypeTraitExpr()
1147 E->setOperatorLoc(readSourceLocation()); in VisitBinaryOperator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2288 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2559 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2697 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
4009 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp8056 UO->setOperatorLoc(ToOperatorLoc); in VisitUnaryOperator()