Searched refs:srcLoc (Results 1 – 5 of 5) sorted by relevance
101 mlir::Location CIRGenFunction::getLoc(SourceLocation srcLoc) { in getLoc() argument104 if (srcLoc.isValid()) { in getLoc()106 PresumedLoc pLoc = sm.getPresumedLoc(srcLoc); in getLoc()116 mlir::Location CIRGenFunction::getLoc(SourceRange srcLoc) { in getLoc() argument119 if (srcLoc.isValid()) { in getLoc()120 mlir::Location beg = getLoc(srcLoc.getBegin()); in getLoc()121 mlir::Location end = getLoc(srcLoc.getEnd()); in getLoc()
328 mlir::Location getLoc(clang::SourceLocation srcLoc);329 mlir::Location getLoc(clang::SourceRange srcLoc);
202 std::string srcLoc; member
108 if (!errPlace.srcLoc.empty()) in reportRangeError()109 diag << "\n>>> referenced by " << errPlace.srcLoc; in reportRangeError()
501 if (!place.srcLoc.empty()) in stateChangeWarning()502 hint = "; " + place.srcLoc; in stateChangeWarning()