forked from OSchip/llvm-project
parent
d4bee176b6
commit
78e30c17bc
|
@ -244,6 +244,8 @@ public:
|
|||
const char* getSourceName() const;
|
||||
const FileEntry* getFileEntryForLoc() const;
|
||||
|
||||
bool isFileID() const { return Loc.isFileID(); }
|
||||
|
||||
bool operator==(const FullSourceLoc& RHS) const {
|
||||
return SrcMgr == RHS.SrcMgr && Loc == RHS.Loc;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue