We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 665d386 + 924d23f commit de55a68Copy full SHA for de55a68
cpp/ql/src/semmle/code/cpp/Element.qll
@@ -47,6 +47,7 @@ pragma[inline]
47
*/
48
class ElementBase extends @element {
49
/** Gets a textual representation of this element. */
50
+ cached
51
string toString() { none() }
52
53
/**
csharp/ql/src/semmle/code/dotnet/Element.qll
@@ -10,6 +10,7 @@ import semmle.code.csharp.Location
10
11
class Element extends @dotnet_element {
12
13
14
15
16
/** Gets the location of this element. */
0 commit comments