Searched refs:allowAlias (Results 1 – 1 of 1) sorted by relevance
1441 void printLocation(LocationAttr loc, bool allowAlias = false);1463 void printTrailingLocation(Location loc, bool allowAlias = true);1516 void AsmPrinter::Impl::printTrailingLocation(Location loc, bool allowAlias) { in printTrailingLocation() argument1522 printLocation(loc, /*allowAlias=*/allowAlias); in printTrailingLocation()1641 void AsmPrinter::Impl::printLocation(LocationAttr loc, bool allowAlias) { in printLocation() argument1646 if (!allowAlias || !state || failed(state->getAliasState().getAlias(loc, os))) in printLocation()