Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2238 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } in setOperatorLoc() function
2509 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } in setOperatorLoc() function
2652 void setOperatorLoc(SourceLocation L) { OpLoc = L; } in setOperatorLoc() function
3902 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } in setOperatorLoc() function