reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/Expr.h
 2038     UnaryOperatorBits.Loc = l;
 2055   SourceLocation getOperatorLoc() const { return UnaryOperatorBits.Loc; }
 2056   void setOperatorLoc(SourceLocation L) { UnaryOperatorBits.Loc = L; }