Searched refs:PreLoc (Results 1 – 1 of 1) sorted by relevance
296 PresumedLoc PreLoc = SM.getPresumedLoc(Loc); in clang_getPresumedLocation() local297 if (PreLoc.isInvalid()) { in clang_getPresumedLocation()302 if (filename) *filename = cxstring::createRef(PreLoc.getFilename()); in clang_getPresumedLocation()303 if (line) *line = PreLoc.getLine(); in clang_getPresumedLocation()304 if (column) *column = PreLoc.getColumn(); in clang_getPresumedLocation()