Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2209 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } setOperatorLoc() function
2475 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } setOperatorLoc() function
2618 void setOperatorLoc(SourceLocation L) { OpLoc = L; } setOperatorLoc() function
3853 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } setOperatorLoc() function