Return true if this location and RHS refer to the same pointer.
Synopsis
Declared in <llvm/Support/SMLoc.h>
constexpr
bool
operator==(SMLoc RHS) const;
Return Value
True if both locations refer to the same pointer.
Parameters
Name |
Description |
RHS |
Other source location to compare against. |
Created with MrDocs