MCPcopy Create free account
hub / github.com/VKCOM/kphp / get_member_by_name_after_var

Method get_member_by_name_after_var

compiler/gentree.cpp:1281–1337  ·  view source on GitHub ↗

`$c::...`, expected to be `$c::method(...)` / `$c::CONST` / `$c::$field` convert into `_by_name_call_method($c, 'method', ...)`, etc. later, if $c is constexpr, this calls will be replaced with `T::method(...)` / `T::CONST` / `T::$field` see replace-extern-func-calls.cpp

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 5

typeMethod · 0.45
set_locationMethod · 0.45
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected