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.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