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

References

tools/clang/include/clang/AST/Expr.h
 2277   SourceLocation getOperatorLoc() const { return OperatorLoc; }
 2278   void setOperatorLoc(SourceLocation L) { OperatorLoc = L; }
 2324   SourceLocation getBeginLoc() const LLVM_READONLY { return OperatorLoc; }