Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DExpr.h2238 void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; } setOperatorLoc() function
2504 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; } setOperatorLoc() function
2647 void setOperatorLoc(SourceLocation L) { OpLoc = L; } setOperatorLoc() function
3887 void setOperatorLoc(SourceLocation L) { BinaryOperatorBits.OpLoc = L; } setOperatorLoc() function