Home
last modified time | relevance | path

Searched refs:LHSOffs (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h1364 SourceLocation::UIntTy LHSOffs = LHS.getOffset(), RHSOffs = RHS.getOffset(); in isInSameSLocAddrSpace() local
1365 bool LHSLoaded = LHSOffs >= CurrentLoadedOffset; in isInSameSLocAddrSpace()
1370 *RelativeOffset = RHSOffs - LHSOffs; in isInSameSLocAddrSpace()