CPP: Add noinline so size estimates are better.

This commit is contained in:
Alex Eyers-Taylor
2025-02-19 09:55:27 +00:00
parent 15a26fd2ee
commit 7096abe0a9

View File

@@ -88,6 +88,7 @@ class Declaration extends Locatable, @declaration {
*
* See the 3-argument `hasQualifiedName` for examples.
*/
pragma[noinline]
predicate hasQualifiedName(string namespaceQualifier, string baseName) {
this.hasQualifiedName(namespaceQualifier, "", baseName)
}