Home | History | Annotate | Download | only in libclang

Lines Matching refs:getDecomposedLoc

234     Begin = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getBegin())), 
235 End = SM.getDecomposedLoc(SM.getFileLoc(RegionOfInterest.getEnd()));