Searched refs:PreLoc (Results 1 – 1 of 1) sorted by relevance
283 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation() local284 if (PreLoc.isInvalid()) { in clang_getPresumedLocation()289 if (filename) *filename = cxstring::createRef(PreLoc.getFilename()); in clang_getPresumedLocation()290 if (line) *line = PreLoc.getLine(); in clang_getPresumedLocation()291 if (column) *column = PreLoc.getColumn(); in clang_getPresumedLocation()