Searched refs:printLocationInternal (Results 1 – 1 of 1) sorted by relevance
1464 void printLocationInternal(LocationAttr loc, bool pretty = false);1525 void AsmPrinter::Impl::printLocationInternal(LocationAttr loc, bool pretty) { in printLocationInternal() function in AsmPrinter::Impl1528 printLocationInternal(loc.getFallbackLocation(), pretty); in printLocationInternal()1550 printLocationInternal(childLoc, pretty); in printLocationInternal()1559 printLocationInternal(callee, pretty); in printLocationInternal()1573 printLocationInternal(caller, pretty); in printLocationInternal()1585 [&](Location loc) { printLocationInternal(loc, pretty); }, in printLocationInternal()1643 return printLocationInternal(loc, /*pretty=*/true); in printLocation()1647 printLocationInternal(loc); in printLocation()