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

References

tools/clang/tools/libclang/CIndex.cpp
  260     Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), 
  260     Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), 
  261     End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); 
  261     End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd())); 
  267     End.second = SM.getFileIDSize(Begin.first);