Searched refs:PreLoc (Results 1 – 1 of 1) sorted by relevance
273 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation() local276 *filename = cxstring::createRef(PreLoc.getFilename()); in clang_getPresumedLocation()278 *line = PreLoc.getLine(); in clang_getPresumedLocation()280 *column = PreLoc.getColumn(); in clang_getPresumedLocation()