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

References

tools/clang/lib/Basic/SourceManager.cpp
 1999   if (LOffs.first == ROffs.first)
 2000     return std::make_pair(true, LOffs.second < ROffs.second);
 2005     getInBeforeInTUCache(LOffs.first, ROffs.first);
 2009   if (IsBeforeInTUCache.isCacheValid(LOffs.first, ROffs.first))
 2011         true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second));
 2014   IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first,
 2015                           /*isLFIDBeforeRFID=*/LOffs.first.ID < ROffs.first.ID);
 2028   } while (LOffs.first != ROffs.first && !MoveUpIncludeHierarchy(LOffs, *this));
 2030   while((I = LChain.find(ROffs.first)) == LChain.end()) {
 2031     if (MoveUpIncludeHierarchy(ROffs, *this))
 2039   if (LOffs.first == ROffs.first) {
 2040     IsBeforeInTUCache.setCommonLoc(LOffs.first, LOffs.second, ROffs.second);
 2042         true, IsBeforeInTUCache.getCachedResult(LOffs.second, ROffs.second));