Searched refs:PreLoc (Results 1 – 1 of 1) sorted by relevance
292 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation() local293 if (PreLoc.isInvalid()) { in clang_getPresumedLocation()298 if (filename) *filename = cxstring::createRef(PreLoc.getFilename()); in clang_getPresumedLocation()299 if (line) *line = PreLoc.getLine(); in clang_getPresumedLocation()300 if (column) *column = PreLoc.getColumn(); in clang_getPresumedLocation()