Searched refs:cLoc (Results 1 – 2 of 2) sorted by relevance
189 mlir::Location getLoc(clang::SourceLocation cLoc);
219 mlir::Location CIRGenModule::getLoc(SourceLocation cLoc) { in getLoc() argument220 assert(cLoc.isValid() && "expected valid source location"); in getLoc()222 PresumedLoc pLoc = sm.getPresumedLoc(cLoc); in getLoc()