Lines Matching defs:allowAlias
453 /// Print the given location to the stream. If `allowAlias` is true, this
455 void printLocation(LocationAttr loc, bool allowAlias = false);
479 void printTrailingLocation(Location loc, bool allowAlias = true);
2029 void AsmPrinter::Impl::printTrailingLocation(Location loc, bool allowAlias) {
2035 printLocation(loc, /*allowAlias=*/allowAlias);
2181 void AsmPrinter::Impl::printLocation(LocationAttr loc, bool allowAlias) {
2186 if (!allowAlias || failed(printAlias(loc)))
3461 printTrailingLocation(arg.getLoc(), /*allowAlias*/ false);
3670 printTrailingLocation(arg.getLoc(), /*allowAlias*/ false);