MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / isRefOrPointer

Function isRefOrPointer

include/daScript/ast/ast_typedecl.h:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 __forceinline bool isAnyType() const;
89 bool isRefType() const;
90 bool isRefOrPointer() const { return isRef() || isPointer(); }
91 bool canWrite() const;
92 bool isTemp( bool topLevel = true, bool refMatters = true) const;
93 bool isTemp(bool topLevel, bool refMatters, das_set<Structure*> & dep) const;

Callers

nothing calls this directly

Calls 2

isRefFunction · 0.85
isPointerFunction · 0.85

Tested by

no test coverage detected