Searched defs:isReference (Results 1 – 8 of 8) sorted by relevance
107 bool NativeTypePointer::isReference() const { in isReference() function in NativeTypePointer
660 bool NativeRawSymbol::isReference() const { in isReference() function in NativeRawSymbol
152 bool isReference() const { return (storage_class & (STCref | STCout)) != 0; } in isReference() function
535 final bool isReference() const pure nothrow @nogc @safe in isReference() function
6831 bool isReference() const @safe pure nothrow @nogc in isReference() function
1194 bool DIARawSymbol::isReference() const { in isReference() function in DIARawSymbol
408 bool isReference() { return !Exp; } in isReference() function
1945 bool isReference) { in inferARCLifetimeForPointee()